Skip to content

Commit 6fa7ce4

Browse files
committed
Bump version
1 parent ff7e89d commit 6fa7ce4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ A couple of utils for processing JOSM format presets for OSM editors and related
44

55
The repo further contains all Vespucci preset xlmns files, a copy of the JOSM one (JOSM currently doesn't version the file), and a number of xslt scripts to convert preset files. In particular src/main/resources/toJOSM.xslt will convert a preset file using the extensions supported by Vespucci to a JOSM compatible one (naturally the functionality will be loss too).
66

7-
To run any of the commands below get the [fat jar from the releases](https://github.com/simonpoole/preset-utils/releases/tag/0.37.0) in this repository and then run
7+
To run any of the commands below get the [fat jar from the releases](https://github.com/simonpoole/preset-utils/releases/tag/0.38.0) in this repository and then run
88

9-
java -cp preset-utils-all-0.37.0.jar ch.poole.osm.presetutils.......
9+
java -cp preset-utils-all-0.38.0.jar ch.poole.osm.presetutils.......
1010

1111
for example
1212

13-
java -cp preset-utils-all-0.37.0.jar ch.poole.osm.presetutils.Preset2Pot -h
13+
java -cp preset-utils-all-0.38.0.jar ch.poole.osm.presetutils.Preset2Pot -h
1414

1515
## Preset2Pot
1616

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ apply plugin: "com.github.breadmoirai.github-release"
3030
sourceCompatibility = 1.8
3131
targetCompatibility = 1.8
3232

33-
version = '0.37.0'
33+
version = '0.38.0'
3434
def libName = "preset-utils"
3535

3636
repositories {

0 commit comments

Comments
 (0)