Skip to content
This repository has been archived by the owner on Aug 5, 2020. It is now read-only.

Commit

Permalink
Fixing version number. Updating changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Calvert committed Oct 6, 2014
1 parent 0bc848e commit 7fa54b9
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG
@@ -1,3 +1,5 @@
4.1.0
- Added ability to disable bellows items
4.0.1
- Updated bellows to use new mobify-velocity fork
4.0.0
Expand Down
2 changes: 1 addition & 1 deletion bower.json
@@ -1,6 +1,6 @@
{
"name": "bellows",
"version": "4.1.1",
"version": "4.1.0",
"homepage": "https://github.com/mobify/bellows",
"authors": [
"Mobify <jobs@mobify.com>"
Expand Down
2 changes: 1 addition & 1 deletion dist/bellows.js
Expand Up @@ -29,7 +29,7 @@
Bellows.__super__.call(this, element, options, Bellows.DEFAULTS);
}

Bellows.VERSION = '4.1.1';
Bellows.VERSION = '4.1.0';

Bellows.DEFAULTS = {
singleItemOpen: false,
Expand Down
4 changes: 2 additions & 2 deletions dist/bellows.min.js

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
Expand Up @@ -4,7 +4,7 @@
"type" : "git",
"url" : "https://github.com/mobify/bellows.git"
},
"version": "4.1.1",
"version": "4.1.0",
"description": "A mobile first accordion UI plugin",
"devDependencies": {
"grunt": "~0.4.x",
Expand Down

0 comments on commit 7fa54b9

Please sign in to comment.