Skip to content

Commit

Permalink
Update version 2.3.1
Browse files Browse the repository at this point in the history
:Release Notes:
Update version 2.3.1

:Detailed Notes:
For synchronize with npm, update version to 2.3.1

:Testing Performed:
1. Install CLI 2.3.1 package using below command
  $ sudo npm uninstall -g @webosose/ares-cli
  $ sudo npm install -g https://github.com:webosose/ares-cli.git#Update_version_2.3.1
2. Check version using below command
  $ ares -V
   > Version: 2.3.1

:Issues Addressed:
[WRN-15707] Prepare to release CLI v2.3.0
  • Loading branch information
ssuminahn authored Feb 18, 2022
1 parent e1f28cc commit a96c5a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion npm-shrinkwrap.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": "@webosose/ares-cli",
"version": "2.3.0",
"version": "2.3.1",
"description": "Command Line Interface for development webOS application and service",
"main": "./bin/ares.js",
"author": "ye.kim",
Expand Down

0 comments on commit a96c5a9

Please sign in to comment.