Skip to content

Commit

Permalink
[not verified] Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
zaerl committed Mar 8, 2023
1 parent 58d1c0a commit 5c4b2b9
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion projects/packages/import/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
},
"autotagger": true,
"branch-alias": {
"dev-trunk": "0.1.x-dev"
"dev-trunk": "0.2.x-dev"
},
"textdomain": "jetpack-import",
"version-constants": {
Expand Down
2 changes: 1 addition & 1 deletion projects/packages/import/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@automattic/jetpack-import",
"version": "0.1.0",
"version": "0.2.0-alpha",
"description": "Set of REST API routes used in WPCOM Unified Importer.",
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/packages/import/#readme",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion projects/packages/import/src/class-main.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class Main {
*
* @var string
*/
const PACKAGE_VERSION = '0.1.0';
const PACKAGE_VERSION = '0.2.0-alpha';

/**
* A list of all the routes.
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Significance: patch
Type: other
Comment: Updated composer.lock.


4 changes: 2 additions & 2 deletions projects/plugins/jetpack/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5c4b2b9

Please sign in to comment.