Skip to content

Commit 644db4e

Browse files
Bump version to 0.3.0
1 parent 2f8adb8 commit 644db4e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "sonarqube-cli",
33
"type": "module",
4-
"version": "0.2.0",
4+
"version": "0.3.0",
55
"description": "SonarQube CLI",
66

77
"bin": {

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@
1919
*/
2020

2121
// Auto-generated from package.json — do not edit manually
22-
export const VERSION = '0.2.0';
22+
export const VERSION = '0.3.0';

0 commit comments

Comments
 (0)