Skip to content

Commit

Permalink
ci: bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
jjcfrancisco committed May 19, 2024
1 parent b74d95f commit 0505ee3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,12 @@ func startCli() *cli.App {
// Main CLI
app := &cli.App{
Name: "Mboff",
Version: "v0.2.1",
Version: "v0.2.2",
Usage: "Mboff optimises your mbtiles by removing unnecessary data.",
Action: off,
}

return app

}

0 comments on commit 0505ee3

Please sign in to comment.