Skip to content

Commit

Permalink
Bump version: 0.9.1rc6 → 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lyoshenka committed Mar 17, 2017
1 parent 0d5ef61 commit 3ffaf8d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.9.1rc6
current_version = 0.9.1
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)((?P<release>[a-z]+)(?P<candidate>\d+))?
Expand Down
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "LBRY",
"version": "0.9.1rc6",
"version": "0.9.1",
"main": "main.js",
"description": "LBRY is a fully decentralized, open-source protocol facilitating the discovery, access, and (sometimes) purchase of data.",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion lbry
Submodule lbry updated from a4de00 to c422b5
2 changes: 1 addition & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lbry-web-ui",
"version": "0.9.1rc6",
"version": "0.9.1",
"description": "LBRY UI",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down

0 comments on commit 3ffaf8d

Please sign in to comment.