Skip to content

Commit

Permalink
fix npm version
Browse files Browse the repository at this point in the history
  • Loading branch information
wbotelhos committed Jul 5, 2017
1 parent 4275d9c commit d5bbea6
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
"license": "MIT",
"main": "lib/jquery.complety.js",
"name": "complety",
"version": "0.1.0"
"version": "0.1.1"
}
11 changes: 11 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# jQuery Stepy - A Wizard Plugin

### 0.1.1

#### Fixes

- Fix NPM published version.

### 0.1.0

- First release.
2 changes: 1 addition & 1 deletion lib/jquery.complety.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* @author : Washington Botelho
* @doc : http://wbotelhos.com/complety
* @version : 0.1.0
* @version : 0.1.1
*
*/

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,5 @@
"scripts": {
"test": "node_modules/karma/bin/karma start karma.conf.js"
},
"version": "0.1.0"
"version": "0.1.1"
}

0 comments on commit d5bbea6

Please sign in to comment.