Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
Merge pull request #15 from pathmapper/update_desktop_version
Browse files Browse the repository at this point in the history
Update desktop version number
  • Loading branch information
pathmapper committed Jun 3, 2020
2 parents fda11e5 + 1495d11 commit c264cd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion maputnik.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ func main() {
app := cli.NewApp()
app.Name = "maputnik"
app.Usage = "Server for integrating Maputnik locally"
app.Version = "Editor: 1.7.0; Desktop: 1.0.5"
app.Version = "Editor: 1.7.0; Desktop: 1.0.6"

app.Flags = []cli.Flag{
&cli.StringFlag{
Expand Down

0 comments on commit c264cd1

Please sign in to comment.