Skip to content

Commit

Permalink
Bump to version 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
splendido committed Dec 20, 2014
1 parent 4609c8f commit c155d36
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.js
Original file line number Diff line number Diff line change
@@ -1,16 +1,20 @@
Package.describe({
name: 'packaging:autopublish-test',
summary: 'Dummy package to test auto-publish with TravisCI. DO NOT USE!',
version: '0.0.4',
version: '0.0.5',
git: 'https://github.com/MeteorPackaging/autopublish-test.git'
});

Package.onUse(function(api) {
"use strict";

api.versionsFrom('1.0.1');
api.addFiles('lib/main.js');
});

Package.onTest(function(api) {
"use strict";

api.use('tinytest');
api.use('packaging:autopublish-test');
api.addFiles('tests/main.js');
Expand Down

0 comments on commit c155d36

Please sign in to comment.