Skip to content

Commit 029232a

Browse files
committed
Bump version number
1 parent a90dc39 commit 029232a

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,15 @@ java -jar fallout-curve-table.jar -s misc/curvetables/json/creatures/armor/ -d m
6262
```
6363

6464
## Development
65+
### Requirements
66+
* JDK 11 (not newer)
67+
68+
### Releasing
6569
```bash
6670
gradlew runtimeZip # Create distribution ZIPs in the `build/image/` directory
6771
```
6872

69-
### JDK downloads
73+
#### JDK downloads
7074
Compiling distributions requires access to JDKs for the target platforms.
7175
These JDKs are automatically downloaded to `build/jdks/`.
7276
This directory can be overridden with environment variable `JLINK_JDK_DIR`.

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
group = com.fwdekker
2-
version = 1.1.2-dev
2+
version = 1.2.0
33

44
kotlin.code.style = official
55

0 commit comments

Comments
 (0)