Skip to content

Commit

Permalink
Bump minor version (#62)
Browse files Browse the repository at this point in the history
bump minor version
  • Loading branch information
kiwiupover authored Oct 30, 2016
1 parent 5cfb6b8 commit c5ca507
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ember-cli-spinjs",
"version": "1.0.14",
"description": "An ember-cli addon to integrate with spin.js",
"version": "1.1.0",
"description": "An ember addon to integrate with spin.js",
"directories": {
"doc": "doc",
"test": "tests"
Expand All @@ -23,7 +23,9 @@
"build": "ember build",
"start": "ember server",
"test": "ember try:testall",
"publish:patch": "npm whoami && npm version patch && git push origin --tags && npm publish"
"publish:patch": "npm whoami && npm version patch && git push origin --tags && npm publish",
"publish:minor": "npm whoami && npm version minor && git push origin --tags && npm publish"

},
"repository": "https://github.com/kiwiupover/ember-cli-spinjs",
"engines": {
Expand All @@ -34,7 +36,7 @@
"devDependencies": {
"broccoli-asset-rev": "^2.5.0",
"ember-cli": "2.9.1",
"ember-cli-app-version": "^2.0.0",
"ember-cli-app-version": "^2.0.1",
"ember-cli-dependency-checker": "^1.3.0",
"ember-cli-htmlbars": "^1.1.0",
"ember-cli-htmlbars-inline-precompile": "^0.3.5",
Expand Down

0 comments on commit c5ca507

Please sign in to comment.