Skip to content

Commit

Permalink
release 4.0.2-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jankapunkt committed Apr 22, 2024
1 parent bfbabb1 commit 30e3b90
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package/collection2/.versions
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
aldeed:collection2@4.0.1
aldeed:collection2@4.0.2-beta.1
aldeed:simple-schema@1.13.1
allow-deny@1.1.1
babel-compiler@7.10.5
Expand All @@ -24,7 +24,7 @@ geojson-utils@1.0.11
http@1.0.10
id-map@1.1.1
inter-process-messaging@0.1.1
local-test:aldeed:collection2@4.0.1
local-test:aldeed:collection2@4.0.2-beta.1
logging@1.3.3
meteor@1.11.5
meteortesting:browser-tests@1.6.0-beta300.0
Expand Down
2 changes: 1 addition & 1 deletion package/collection2/package.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ Package.onUse(function (api) {
Package.onTest(function (api) {
api.use([
'meteortesting:mocha@3.1.0-beta300.0',
'aldeed:collection2@4.0.2'
'aldeed:collection2@4.0.2-beta.1'
])
});

0 comments on commit 30e3b90

Please sign in to comment.