Skip to content

Commit

Permalink
chore - update the version of various packages to 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ksachdeva committed Dec 4, 2015
1 parent 8317b9b commit 0411ce4
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-swiper",
"version": "0.3.0",
"version": "0.3.2",
"homepage": "https://github.com/ksachdeva/angular-swiper",
"authors": [
"Kapil Sachdeva <[email protected]>"
Expand Down
22 changes: 11 additions & 11 deletions package.js
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
var packageName = 'aaronroberson:angular-swiper';
var where = 'client';
var version = '0.3.1';
var version = '0.3.2';
var summary = 'Angular directive for iDangero.us Swiper re-packaged for Meteor.';
var gitLink = 'https://github.com/aaronroberson/angular-swiper';
var documentationFile = 'README.md';

// Meta-data
Package.describe({
name: packageName,
version: version,
summary: summary,
git: gitLink,
documentation: documentationFile
name: packageName,
version: version,
summary: summary,
git: gitLink,
documentation: documentationFile
});

Package.onUse(function(api) {
api.versionsFrom(['[email protected]', '[email protected]']);
api.versionsFrom(['[email protected]', '[email protected]']);

api.use('angular:[email protected]', where);
api.use('swiper:[email protected]', where);
api.use('angular:[email protected]', where);
api.use('swiper:[email protected]', where);

api.addFiles('dist/angular-swiper.js', 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,8 +1,8 @@
{
"name": "angular-swiper",
"version": "0.3.0",
"version": "0.3.2",
"description": "Angular directive for nolimits4web/swiper",
"main": "dist/angular-swiper.js",
"main": "dist/angular-swiper.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
Expand Down

0 comments on commit 0411ce4

Please sign in to comment.