Skip to content

Commit 25177ff

Browse files
committed
Update version to 2.1.0-beta.3 in meteor-collection-hooks and adjust dependency in tests-app
1 parent fcca86b commit 25177ff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/meteor-collection-hooks/package.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Package.describe({
44
name: 'matb33:collection-hooks',
55
summary: 'Extends Mongo.Collection with before/after hooks for insert/update/upsert/remove/find/findOne',
6-
version: '2.1.0-beta.2',
6+
version: '2.1.0-beta.3',
77
documentation: '../../README.md',
88
git: 'https://github.com/Meteor-Community-Packages/meteor-collection-hooks'
99
})

tests-app/.meteor/versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ [email protected]
4444
4545
4646
47-
matb33:collection-hooks@2.0.0
47+
matb33:collection-hooks@2.1.0-beta.3
4848
4949
5050
meteortesting:[email protected]

0 commit comments

Comments
 (0)