Skip to content

Commit 8b37e43

Browse files
committed
Stage 1.2.0 release
1 parent 1793153 commit 8b37e43

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

conveyor.conf

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ include "#!./gradlew -q printConveyorConfig"
55
include required("https://raw.githubusercontent.com/hydraulic-software/conveyor/master/configs/jvm/extract-native-libraries.conf")
66

77
app {
8-
version = "1.1.0"
8+
version = "1.2.0"
99
display-name = "Kindling"
1010
rdns-name = "io.github.inductiveautomation.kindling"
1111
vcs-url = "github.com/inductiveautomation/kindling"
@@ -27,15 +27,15 @@ app {
2727
}
2828

2929
file-associations = [
30-
.data,
31-
.gwbk,
32-
.idb,
33-
.json,
34-
.log,
35-
.modl,
36-
.script,
37-
.txt,
38-
.zip,
30+
.data application/data,
31+
.gwbk application/gwbk,
32+
.idb application/idb,
33+
.json application/json,
34+
.log text/log,
35+
.modl application/modl,
36+
.script application/script,
37+
.txt text/plain,
38+
.zip application/zip,
3939
]
4040

4141
icons = "src/main/resources/logo.svg"

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version=1.1.1-SNAPSHOT
1+
version=1.2.1-SNAPSHOT
22
org.gradle.jvmargs=-Xmx2G

0 commit comments

Comments
 (0)