Skip to content

Commit

Permalink
Bump package version
Browse files Browse the repository at this point in the history
  • Loading branch information
apendua committed Dec 27, 2015
1 parent 70dad52 commit e0ed3e7
Show file tree
Hide file tree
Showing 6 changed files with 48 additions and 40 deletions.
77 changes: 42 additions & 35 deletions .versions
Original file line number Diff line number Diff line change
@@ -1,35 +1,42 @@
anti:[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]_2
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
anti:[email protected]
[email protected]_1
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
4 changes: 2 additions & 2 deletions package.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Package.describe({
summary: "Gagarin, a Meteor testing framework based on mocha",
name: "anti:gagarin",
version: "0.4.11",
version: "0.4.12",
git: "https://github.com/anticoders/gagarin.git",
});

Expand All @@ -21,7 +21,7 @@ Npm.depends({
Package.on_use(function (api) {

if (api.versionsFrom) {
api.versionsFrom('METEOR@0.9.0');
api.versionsFrom('METEOR@1.2.1');
}

api.use([ 'livedata', 'webapp' , 'check'] , 'server');
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gagarin",
"version": "0.4.11",
"version": "0.4.12",
"description": "another testing framework for your meteor apps",
"main": "gagarin.js",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion tests/example/.meteor/packages
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

standard-app-packages
insecure
anti:gagarin@=0.4.11
anti:gagarin@=0.4.12
mystor:device-detection
accounts-password

Expand Down
2 changes: 1 addition & 1 deletion tests/example/.meteor/versions
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[email protected]
[email protected]
anti:[email protected].11
anti:[email protected].12
[email protected]
[email protected]_1
[email protected]
Expand Down
1 change: 1 addition & 0 deletions tests/incompatible/packages/anti_gagarin

0 comments on commit e0ed3e7

Please sign in to comment.