Skip to content

Commit

Permalink
Update docs and examples to 0.8.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Emily Stark committed May 22, 2014
1 parent 110ba94 commit c0722aa
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/.meteor/release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.8.1.2
0.8.1.3
2 changes: 1 addition & 1 deletion docs/lib/release-override.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// While galaxy apps are on their own special meteor releases, override
// Meteor.release here.
if (Meteor.isClient) {
Meteor.release = Meteor.release ? "0.8.1.2" : undefined;
Meteor.release = Meteor.release ? "0.8.1.3" : undefined;
}
2 changes: 1 addition & 1 deletion examples/clock/.meteor/release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.8.1.2
0.8.1.3
2 changes: 1 addition & 1 deletion examples/leaderboard/.meteor/release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.8.1.2
0.8.1.3
2 changes: 1 addition & 1 deletion examples/parties/.meteor/release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.8.1.2
0.8.1.3
2 changes: 1 addition & 1 deletion examples/todos/.meteor/release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.8.1.2
0.8.1.3
2 changes: 1 addition & 1 deletion examples/wordplay/.meteor/release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.8.1.2
0.8.1.3

0 comments on commit c0722aa

Please sign in to comment.