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 22, 2015
1 parent ccd881c commit 1872c7e
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 7 deletions.
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.8",
version: "0.4.9",
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.8",
"version": "0.4.9",
"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.8
anti:gagarin@=0.4.9

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:[email protected].8
anti:[email protected].9
[email protected]
[email protected]
[email protected]
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.8
anti:gagarin@=0.4.9
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].8
anti:[email protected].9
[email protected]
[email protected]
[email protected]
Expand Down

0 comments on commit 1872c7e

Please sign in to comment.