diff --git a/bower.json b/bower.json index 0542c6f..a16013c 100644 --- a/bower.json +++ b/bower.json @@ -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 " @@ -23,4 +23,4 @@ "swiper": "~3.0.5", "angular": ">=1.3" } -} \ No newline at end of file +} diff --git a/package.js b/package.js index 9211016..1e038ec 100644 --- a/package.js +++ b/package.js @@ -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'; @@ -21,4 +21,4 @@ Package.onUse(function(api) { api.use('swiper:swiper@3.0.5', where); api.addFiles('dist/angular-swiper.js', where); -}); \ No newline at end of file +}); diff --git a/package.json b/package.json index 4c5e8c1..5f65b1a 100644 --- a/package.json +++ b/package.json @@ -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": { @@ -26,4 +26,4 @@ "gulp-uglify": "^1.1.0", "gulp-webserver": "^0.9.0" } -} \ No newline at end of file +}