File tree Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -29,15 +29,15 @@ The library is distributed over the [Maven Central Repository](https://search.ma
29
29
30
30
### Gradle
31
31
``` groovy
32
- compile 'de.gurkenlabs:litiengine:0.4.17 '
32
+ compile 'de.gurkenlabs:litiengine:0.4.18 '
33
33
```
34
34
35
35
### Maven
36
36
``` xml
37
37
<dependency >
38
38
<groupId >de.gurkenlabs</groupId >
39
39
<artifactId >litiengine</artifactId >
40
- <version >0.4.17 </version >
40
+ <version >0.4.18 </version >
41
41
</dependency >
42
42
```
43
43
[ More Installation Instructions] ( https://docs.litiengine.com/basics/getting-started/get-litiengine )
Original file line number Diff line number Diff line change 55
55
56
56
from(' resources' ) { include ' **/*' }
57
57
58
- version = ' v0.4.17 -alpha'
58
+ version = ' v0.4.18 -alpha'
59
59
exclude ' **/*.dll'
60
60
exclude ' **/*.jnilib'
61
61
exclude ' **/*.dylib'
@@ -88,13 +88,13 @@ task createJavadocs(type: Javadoc) {
88
88
task javadocJar (type : Jar ) {
89
89
classifier = ' javadoc'
90
90
from javadoc
91
- version = ' v0.4.17 -alpha'
91
+ version = ' v0.4.18 -alpha'
92
92
}
93
93
94
94
task sourcesJar (type : Jar ) {
95
95
classifier = ' sources'
96
96
from sourceSets. main. allSource
97
- version = ' v0.4.17 -alpha'
97
+ version = ' v0.4.18 -alpha'
98
98
}
99
99
100
100
artifacts {
@@ -108,7 +108,7 @@ tasks.withType(JavaCompile) {
108
108
109
109
group = " de.gurkenlabs"
110
110
archivesBaseName = " litiengine"
111
- version = " 0.4.17 "
111
+ version = " 0.4.18 "
112
112
113
113
uploadArchives {
114
114
repositories {
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ apply plugin: 'jacoco'
19
19
apply plugin : ' maven'
20
20
21
21
archivesBaseName = " litiengine"
22
- version = " v0.4.17 -alpha"
22
+ version = " v0.4.18 -alpha"
23
23
24
24
sourceSets {
25
25
main. java. srcDir " src"
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ apply plugin: 'eclipse'
7
7
apply plugin : ' application'
8
8
9
9
archivesBaseName = " utiliti"
10
- version = " v0.4.17 -alpha"
10
+ version = " v0.4.18 -alpha"
11
11
mainClassName = " de.gurkenlabs.utiliti.Program"
12
12
13
13
sourceSets {
@@ -67,10 +67,10 @@ launch4j {
67
67
mainClassName = ' de.gurkenlabs.utiliti.Program'
68
68
icon = ' pixel-icon-utiLITI.ico'
69
69
outputDir = ' libs'
70
- outfile = archivesBaseName + ' -v0.4.17 -alpha.exe'
70
+ outfile = archivesBaseName + ' -v0.4.18 -alpha.exe'
71
71
companyName = ' gurkenlabs.de'
72
- version = ' 0.4.17 '
73
- textVersion = ' 0.4.17 '
72
+ version = ' 0.4.18 '
73
+ textVersion = ' 0.4.18 '
74
74
copyright = ' 2017 gurkenlabs.de'
75
75
jvmOptions = [' -Xms256m' , ' -Xmx1024m' ]
76
76
}
You can’t perform that action at this time.
0 commit comments