Skip to content

Commit

Permalink
bump to v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MAHcodes committed Sep 22, 2024
1 parent 4a24922 commit 6a82a03
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gleez",
"version": "0.0.1",
"version": "0.3.0",
"devDependencies": {
"@tailwindcss/typography": "^0.5.12",
"autoprefixer": "^10.4.19",
Expand Down
2 changes: 1 addition & 1 deletion gleam.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name = "gleez"
version = "0.2.0"
version = "0.3.0"

description = "gleez cli, an experimental source installer"
licences = ["MIT"]
Expand Down
2 changes: 1 addition & 1 deletion src/gleez.gleam
Original file line number Diff line number Diff line change
Expand Up @@ -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/"
Expand Down

0 comments on commit 6a82a03

Please sign in to comment.