Skip to content

Commit

Permalink
Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
mitar committed Aug 1, 2016
1 parent 7000871 commit 988234a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .versions
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@ [email protected]
[email protected]
[email protected]
[email protected]
local-test:peerlibrary:reactive-publish@0.2.0
local-test:peerlibrary:reactive-publish@0.3.0
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
peerlibrary:[email protected]
peerlibrary:[email protected].20
peerlibrary:[email protected].26
peerlibrary:[email protected]
peerlibrary:[email protected]
peerlibrary:reactive-publish@0.2.0
peerlibrary:reactive-publish@0.3.0
peerlibrary:[email protected]
[email protected]
[email protected]
Expand Down
4 changes: 2 additions & 2 deletions package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
summary: "Reactive publish endpoints",
version: '0.2.0',
version: '0.3.0',
name: 'peerlibrary:reactive-publish',
git: 'https://github.com/peerlibrary/meteor-reactive-publish.git'
});
Expand Down Expand Up @@ -49,7 +49,7 @@ Package.onTest(function (api) {
api.use([
'peerlibrary:[email protected]',
'peerlibrary:[email protected]',
'peerlibrary:[email protected].20'
'peerlibrary:[email protected].26'
]);

api.add_files([
Expand Down

0 comments on commit 988234a

Please sign in to comment.