Bump versions to Meteor 1.12.1-beta.2

This commit is contained in:
filipenevola
2021-01-05 14:10:12 -04:00
parent abddb68913
commit 954ea0ebfa
4 changed files with 4 additions and 4 deletions

View File

@@ -6,7 +6,7 @@ Package.describe({
// isn't possible because you can't publish a non-recommended
// release with package versions that don't have a pre-release
// identifier at the end (eg, -dev)
version: '7.5.5-beta1121.1'
version: '7.5.5-beta1121.2'
});
Npm.depends({

View File

@@ -1,6 +1,6 @@
Package.describe({
name: "dynamic-import",
version: "0.5.5-beta1121.1",
version: "0.5.5-beta1121.2",
summary: "Runtime support for Meteor 1.5 dynamic import(...) syntax",
documentation: "README.md"
});

View File

@@ -1,6 +1,6 @@
Package.describe({
summary: "The Meteor command-line tool",
version: '1.12.1-beta.1'
version: '1.12.1-beta.2'
});
Package.includeTool();

View File

@@ -1,6 +1,6 @@
{
"track": "METEOR",
"version": "1.12.1-beta.1",
"version": "1.12.1-beta.2",
"recommended": false,
"official": false,
"description": "Meteor"