Skip to content

Commit

Permalink
Merge pull request #10 from pathmapper/1.7.0
Browse files Browse the repository at this point in the history
Update Editor to v1.7.0
  • Loading branch information
pathmapper committed May 28, 2020
2 parents 03d9b94 + 686fd27 commit 7229df7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
SOURCEDIR=.
SOURCES := $(shell find $(SOURCEDIR) -name '*.go')
BINARY=maputnik
EDITOR_VERSION ?= v1.6.1
EDITOR_VERSION ?= v1.7.0

all: $(BINARY)

Expand Down
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.6.1; Desktop: 1.0.4"
app.Version = "Editor: 1.7.0; Desktop: 1.0.5"

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

0 comments on commit 7229df7

Please sign in to comment.