Skip to content

Commit

Permalink
Bumped package version
Browse files Browse the repository at this point in the history
  • Loading branch information
apendua committed Apr 10, 2015
1 parent c764680 commit efc3af1
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .versions
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
anti:gagarin@0.4.7
anti:gagarin@0.4.8
base64@1.0.3
callback-hook@1.0.3
check@1.0.5
Expand Down
2 changes: 1 addition & 1 deletion 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",
name: "anti:gagarin",
version: "0.4.7",
version: "0.4.8",
git: "https://github.com/anticoders/gagarin.git",
});

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.7",
"version": "0.4.8",
"description": "another testing framework for your meteor apps",
"main": "gagarin.js",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion tests/build_error/.meteor/packages
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
meteor-platform
autopublish
insecure
anti:gagarin@=0.4.7
anti:gagarin@=0.4.8

2 changes: 1 addition & 1 deletion tests/build_error/.meteor/versions
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
anti:gagarin@0.4.7
anti:gagarin@0.4.8
autopublish@1.0.3
autoupdate@1.2.1
base64@1.0.3
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.7
anti:gagarin@=0.4.8
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 @@
accounts-base@1.2.0
accounts-password@1.1.1
anti:gagarin@0.4.7
anti:gagarin@0.4.8
autoupdate@1.2.1
base64@1.0.3
binary-heap@1.0.3
Expand Down
1 change: 1 addition & 0 deletions tests/incompatible/packages/anti:gagarin

0 comments on commit efc3af1

Please sign in to comment.