mirror of
https://github.com/maputnik/editor.git
synced 2025-12-06 06:10:00 +00:00
Merge pull request #8 from pathmapper/editor_1.6.1
Update editor to v1.6.1
This commit is contained in:
2
Makefile
2
Makefile
@@ -1,7 +1,7 @@
|
||||
SOURCEDIR=.
|
||||
SOURCES := $(shell find $(SOURCEDIR) -name '*.go')
|
||||
BINARY=maputnik
|
||||
EDITOR_VERSION ?= v1.6.0
|
||||
EDITOR_VERSION ?= v1.6.1
|
||||
|
||||
all: $(BINARY)
|
||||
|
||||
|
||||
@@ -16,7 +16,7 @@ func main() {
|
||||
app := cli.NewApp()
|
||||
app.Name = "maputnik"
|
||||
app.Usage = "Server for integrating Maputnik locally"
|
||||
app.Version = "Editor: 1.6.0; Desktop: 1.0.4"
|
||||
app.Version = "Editor: 1.6.1; Desktop: 1.0.4"
|
||||
|
||||
app.Flags = []cli.Flag{
|
||||
cli.StringFlag{
|
||||
|
||||
Reference in New Issue
Block a user