Skip to content

Commit

Permalink
fixed colour and bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
damiensedgwick committed Jun 3, 2024
1 parent ffa7f12 commit f80e1b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions napp.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ func main() {
app := &cli.App{
Name: "napp",
UsageText: "[command] [command options]",
Version: "v0.6.1",
Version: "v1.0.0",
Description: `A command line tool that bootstraps Go, HTMX and SQLite web
applications and Dockerises them for ease of deployment`,
Commands: []cli.Command{
Expand Down Expand Up @@ -1032,7 +1032,7 @@ main {
}
.waitlist-form__message-error {
color: var(--tw-red-500);
color: var(--tw-slate-100);
}
.waitlist-form__btn {
Expand Down

0 comments on commit f80e1b6

Please sign in to comment.