Skip to content

Commit

Permalink
v2.2.1: Empty string
Browse files Browse the repository at this point in the history
  • Loading branch information
snowypowers committed Dec 11, 2017
1 parent d601c2d commit e5fa315
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lib/browser.js

Large diffs are not rendered by default.

Binary file modified lib/browser.js.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion lib/index.js

Large diffs are not rendered by default.

Binary file modified lib/index.js.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"name": "@cityofzion/neon-js",
"description": "Javascript libraries for neo wallet using https://github.com/neochainio/neowallet/blob/master/js/wallet.js as the original source.",
"version": "2.2.0",
"version": "2.2.1",
"main": "lib/index.js",
"browser": "lib/browser.js",
"types": "src/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@
# built documents.
#
# The short X.Y version.
version = u'2.2.0'
version = u'2.2.1'
# The full version, including alpha/beta/rc tags.
release = u'2.2.0'
release = u'2.2.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down

0 comments on commit e5fa315

Please sign in to comment.