diff --git a/app/package.json b/app/package.json index 1e7770f..a5cc788 100644 --- a/app/package.json +++ b/app/package.json @@ -1,6 +1,6 @@ { "name": "gleez", - "version": "0.0.1", + "version": "0.3.0", "devDependencies": { "@tailwindcss/typography": "^0.5.12", "autoprefixer": "^10.4.19", diff --git a/gleam.toml b/gleam.toml index efe3f75..70f051a 100644 --- a/gleam.toml +++ b/gleam.toml @@ -1,5 +1,5 @@ name = "gleez" -version = "0.2.0" +version = "0.3.0" description = "gleez cli, an experimental source installer" licences = ["MIT"] diff --git a/src/gleez.gleam b/src/gleez.gleam index bda2a22..dd6fcc7 100644 --- a/src/gleez.gleam +++ b/src/gleez.gleam @@ -8,7 +8,7 @@ import gleam/string import simplifile // github tag for the ui components -const tag = "v0.2.0" +const tag = "v0.3.0" // distination path for the installed components const dist = "./src/components/ui/"