Skip to content

Commit 1bc0594

Browse files
committed
version: bump to 0.2.0
1 parent 654d4b1 commit 1bc0594

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.PHONY: all deps test build clean build-amd64-linux build-arm64-linux build-web
22

33
APP_NAME=kalmia
4-
APP_VERSION=0.1.0
4+
APP_VERSION=0.2.0
55
TEST_DIRS := $(shell find . -name '*_test.go' -exec dirname {} \; | sort -u)
66

77
all: deps build

cmd/cmd.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import (
66
"os"
77
)
88

9-
const Version = "0.1.0"
9+
const Version = "0.2.0"
1010

1111
func AsciiArt() {
1212
fmt.Println(" _ __ _ _")

web/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "kalmia-frontend",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"private": true,
55
"dependencies": {
66
"@blocknote/core": "^0.15.4",

0 commit comments

Comments
 (0)