Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
zimme committed May 31, 2017
1 parent df322f6 commit d791a69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.js
Expand Up @@ -3,7 +3,7 @@
Package.describe({
name: 'matb33:collection-hooks',
summary: 'Extends Mongo.Collection with before/after hooks for insert/update/remove/find/findOne',
version: '0.9.0-rc.3',
version: '0.9.0-rc.4',
git: 'https://github.com/matb33/meteor-collection-hooks.git'
})

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "meteor-collection-hooks",
"version": "0.9.0-rc.3",
"version": "0.9.0-rc.4",
"private": true,
"scripts": {
"start": "meteor test-packages ./",
Expand Down

0 comments on commit d791a69

Please sign in to comment.