Skip to content

Commit

Permalink
bumped version to 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
abrbhat committed Dec 26, 2015
1 parent 48e7f21 commit cb1ab3a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-swiper",
"version": "0.3.2",
"version": "0.3.3",
"homepage": "https://github.com/ksachdeva/angular-swiper",
"authors": [
"Kapil Sachdeva <[email protected]>"
Expand All @@ -23,4 +23,4 @@
"swiper": "~3.0.5",
"angular": ">=1.3"
}
}
}
4 changes: 2 additions & 2 deletions package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
var packageName = 'aaronroberson:angular-swiper';
var where = 'client';
var version = '0.3.2';
var version = '0.3.3';
var summary = 'Angular directive for iDangero.us Swiper re-packaged for Meteor.';
var gitLink = 'https://github.com/aaronroberson/angular-swiper';
var documentationFile = 'README.md';
Expand All @@ -21,4 +21,4 @@ Package.onUse(function(api) {
api.use('swiper:[email protected]', where);

api.addFiles('dist/angular-swiper.js', where);
});
});
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-swiper",
"version": "0.3.2",
"version": "0.3.3",
"description": "Angular directive for nolimits4web/swiper",
"main": "dist/angular-swiper.js",
"scripts": {
Expand All @@ -26,4 +26,4 @@
"gulp-uglify": "^1.1.0",
"gulp-webserver": "^0.9.0"
}
}
}

0 comments on commit cb1ab3a

Please sign in to comment.