Skip to content

Commit

Permalink
--dev
Browse files Browse the repository at this point in the history
  • Loading branch information
MAHcodes committed May 5, 2024
1 parent 49edb4a commit bdc225e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/src/pages/docs/guide/installation/installation.gleam
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ You can either copy and paste the components directly, or install them using `gl
"
|> markdown.from_text,
p([], [text("To install the gleez cli:")]),
snippet("gleam add gleez", "shell"),
snippet("gleam add gleez --dev", "shell"),
])
}
2 changes: 1 addition & 1 deletion app/src/pages/page.gleam
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ import pages/docs/components/avatar/avatar
import pages/docs/components/badge/badge
import pages/docs/components/breadcrumbs/breadcrumbs
import pages/docs/components/button/button
import pages/docs/components/switch/switch
import pages/docs/components/chip/chip
import pages/docs/components/divider/divider
import pages/docs/components/input/input
import pages/docs/components/link/link
import pages/docs/components/switch/switch
import pages/docs/components/tooltip/tooltip
import pages/docs/guide/colors/colors
import pages/docs/guide/installation/installation
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.1.0"
version = "0.1.1"

description = "gleez cli, an experimental source installer"
licences = ["MIT"]
Expand Down

0 comments on commit bdc225e

Please sign in to comment.