Skip to content

Commit

Permalink
Release command builds both min and non-min files; Version promote
Browse files Browse the repository at this point in the history
  • Loading branch information
jaedb committed Feb 2, 2017
1 parent c0633ad commit 808ce2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mopidy_iris/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from http import RequestHandler

logger = logging.getLogger(__name__)
__version__ = '2.11.2'
__version__ = '2.11.3'

##
# Core extension class
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@
"scripts": {
"dev": "NODE_ENV=development webpack && ./build.sh",
"prod": "NODE_ENV=production webpack && ./build.sh",
"release": "NODE_ENV=production webpack && ./build.sh && python setup.py sdist upload -r pypi"
"release": "NODE_ENV=production webpack && NODE_ENV=development webpack && ./build.sh && python setup.py sdist upload -r pypi"
}
}

0 comments on commit 808ce2d

Please sign in to comment.