Skip to content

Commit

Permalink
supports newest vecmath
Browse files Browse the repository at this point in the history
  • Loading branch information
miho committed Feb 6, 2017
1 parent a516630 commit b2dc93c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ dependencies {

compile group: 'eu.mihosoft.ext.org.fxyz', name: 'extfxyz', version: '0.4'
compile group: 'eu.mihosoft.ext.org.fxyz', name: 'extfxyz', version: '0.4', classifier: 'sources'
compile group: 'eu.mihosoft.vvecmath', name: 'vvecmath', version: '0.3'
compile group: 'eu.mihosoft.vvecmath', name: 'vvecmath', version: '0.3', classifier: 'sources'
compile group: 'eu.mihosoft.vvecmath', name: 'vvecmath', version: '0.3+'
compile group: 'eu.mihosoft.vvecmath', name: 'vvecmath', version: '0.3+', classifier: 'sources'
compile 'org.slf4j:slf4j-simple:1.6.1'
}

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
group = eu.mihosoft.vrl.jcsg
version = 0.5.0
version = 0.5.1
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Fri Feb 03 02:51:41 CET 2017
#Fri Feb 03 21:44:21 CET 2017
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-3.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-3.3-bin.zip

0 comments on commit b2dc93c

Please sign in to comment.