Skip to content

Commit

Permalink
version: bump to 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hayzamjs committed Sep 10, 2024
1 parent 6c4014c commit 9c4d8e2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.PHONY: all deps test build clean build-amd64-linux build-arm64-linux build-web

APP_NAME=kalmia
APP_VERSION=0.0.1
APP_VERSION=0.0.2
TEST_DIRS := $(shell find . -name '*_test.go' -exec dirname {} \; | sort -u)

all: deps build
Expand Down
2 changes: 1 addition & 1 deletion cmd/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"os"
)

const Version = "0.0.1"
const Version = "0.0.2"

func AsciiArt() {
fmt.Println(" _ __ _ _")
Expand Down
4 changes: 2 additions & 2 deletions web/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 web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kalmia-frontend",
"version": "0.0.1",
"version": "0.0.2",
"private": true,
"dependencies": {
"@blocknote/core": "^0.15.4",
Expand Down

0 comments on commit 9c4d8e2

Please sign in to comment.