Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tkhamez committed Nov 26, 2023
1 parent a55ba96 commit e1cb6a8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.1.0

2023-11-26

- Updated map data (faction warfare update and Zarzakh).

## 1.0.0

2021-06-10
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ docker run \
--env EVE_ROUTE_CLIENT_SECRET=12ab \
--env EVE_ROUTE_CALLBACK=http://localhost:8080/api/auth/login \
--mount type=bind,source="$(pwd)",target=/data \
-p 8080:8080 --rm tkhamez/eve-route:1.0.0
-p 8080:8080 --rm tkhamez/eve-route:1.1.0
```

You can also build the image yourself. For this make sure there is exactly one fat JAR file at
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ apply plugin: 'war'
apply plugin: 'org.akhikhl.gretty'

group 'net.tkhamez.everoute'
version '1.0.0'
version '1.1.0'
mainClassName = "io.ktor.server.netty.EngineMain"
webAppDirName = 'webapp'

Expand Down

0 comments on commit e1cb6a8

Please sign in to comment.