Skip to content

Commit c9eb33c

Browse files
committed
bump version v0.0.5
1 parent 62f867b commit c9eb33c

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

dev.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ update version in package.json
44

55
update version in main.go
66

7+
commit bump
8+
79
update github tag - match with version in package.json
810

911
command: git tag -a v0.0.4 -m "release 0.0.4"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@basictech/cli",
3-
"version": "0.0.4",
3+
"version": "0.0.5",
44
"description": "basictech cli for creating & managing your projects",
55
"main": "index.js",
66
"files": [

src/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ var (
3939
const (
4040
basicCliDirName = ".basic-cli"
4141
tokenFileName = "token.json"
42-
version = "0.0.4"
42+
version = "0.0.5"
4343
)
4444

4545
type Styles struct {

0 commit comments

Comments
 (0)