Skip to content

Commit b2dc93c

Browse files
committed
supports newest vecmath
1 parent a516630 commit b2dc93c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ dependencies {
6262

6363
compile group: 'eu.mihosoft.ext.org.fxyz', name: 'extfxyz', version: '0.4'
6464
compile group: 'eu.mihosoft.ext.org.fxyz', name: 'extfxyz', version: '0.4', classifier: 'sources'
65-
compile group: 'eu.mihosoft.vvecmath', name: 'vvecmath', version: '0.3'
66-
compile group: 'eu.mihosoft.vvecmath', name: 'vvecmath', version: '0.3', classifier: 'sources'
65+
compile group: 'eu.mihosoft.vvecmath', name: 'vvecmath', version: '0.3+'
66+
compile group: 'eu.mihosoft.vvecmath', name: 'vvecmath', version: '0.3+', classifier: 'sources'
6767
compile 'org.slf4j:slf4j-simple:1.6.1'
6868
}
6969

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
group = eu.mihosoft.vrl.jcsg
2-
version = 0.5.0
2+
version = 0.5.1
+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Fri Feb 03 02:51:41 CET 2017
1+
#Fri Feb 03 21:44:21 CET 2017
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-3.1-bin.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-3.3-bin.zip

0 commit comments

Comments
 (0)