Skip to content

Commit

Permalink
Merge branch 'master' into devel
Browse files Browse the repository at this point in the history
  • Loading branch information
apendua committed Nov 28, 2014
2 parents e3a05da + 7a04317 commit bffb339
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.2.1",
version: "0.2.2",
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.2.1",
"version": "0.2.2",
"description": "another testing framework for your meteor apps",
"main": "gagarin.js",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion tests/example/.meteor/versions
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
anti:gagarin@0.2.1
anti:gagarin@0.2.2
application-configuration@1.0.3
autopublish@1.0.1
autoupdate@1.1.3
Expand Down

0 comments on commit bffb339

Please sign in to comment.