Skip to content
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.

Commit

Permalink
npm start to update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
psealock committed Apr 2, 2019
1 parent f7ffac1 commit e8f6a16
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 34 deletions.
43 changes: 12 additions & 31 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "woocommerce-admin",
"version": "0.9.0",
"version": "0.10.0",
"main": "js/index.js",
"author": "Automattic",
"license": "GPL-2.0-or-later",
Expand Down
4 changes: 2 additions & 2 deletions woocommerce-admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* Author URI: https://woocommerce.com/
* Text Domain: woocommerce-admin
* Domain Path: /languages
* Version: 0.9.0
* Version: 0.10.0
*
* WC requires at least: 3.5.0
* WC tested up to: 3.5.7
Expand All @@ -28,7 +28,7 @@
}

if ( ! defined( 'WC_ADMIN_VERSION_NUMBER' ) ) {
define( 'WC_ADMIN_VERSION_NUMBER', '0.9.0' );
define( 'WC_ADMIN_VERSION_NUMBER', '0.10.0' );
}

/**
Expand Down

0 comments on commit e8f6a16

Please sign in to comment.