Skip to content

Commit

Permalink
Bump ejson package version
Browse files Browse the repository at this point in the history
  • Loading branch information
filipenevola committed Feb 7, 2022
1 parent 9c4f676 commit 7e4ff13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/ejson/package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
summary: 'Extended and Extensible JSON library',
version: '1.1.2-beta'
version: '1.1.2-beta261.1'
});

Package.onUse(function onUse(api) {
Expand Down
2 changes: 1 addition & 1 deletion packages/mongo/package.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

Package.describe({
summary: "Adaptor for using MongoDB and Minimongo over DDP",
version: '1.14.2-beta261.1'
version: '1.14.2'
});

Npm.depends({
Expand Down

0 comments on commit 7e4ff13

Please sign in to comment.