Skip to content

Commit

Permalink
Prep for rc.3
Browse files Browse the repository at this point in the history
  • Loading branch information
StorytellerCZ committed Sep 3, 2024
1 parent 32248d1 commit 85acdc4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Package.describe({
name: 'matb33:collection-hooks',
summary: 'Extends Mongo.Collection with before/after hooks for insert/update/upsert/remove/find/findOne',
version: '2.0.0-rc.2',
version: '2.0.0-rc.3',
git: 'https://github.com/Meteor-Community-Packages/meteor-collection-hooks'
})

Expand All @@ -29,7 +29,7 @@ Package.onUse(function (api) {
})

Package.onTest(function (api) {
api.versionsFrom(['2.14', '3.0'])
api.versionsFrom(['2.14', '3.0.2'])

api.use([
'matb33:collection-hooks',
Expand Down

0 comments on commit 85acdc4

Please sign in to comment.