Skip to content

Commit

Permalink
Prepping for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
pspeed42 committed Nov 18, 2018
1 parent c6272ff commit 93f74ef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ buildscript {
// This sucks down a lot of stuff that 'normal' users wouldn't
// have and won't need anyway.
if( project.hasProperty('releaseUser') ) {
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.6'
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.+'
}
}
}

apply plugin: 'java'
apply plugin: 'maven'

version='1.3.0-SNAPSHOT'
version='1.3.0'
group='com.simsilica'

ext.jmeVersion = "3.1.0-stable"
Expand Down Expand Up @@ -55,7 +55,7 @@ dependencies {
compile "org.jmonkeyengine:jme3-networking:$jmeVersion"

// Uses SimMath for bit streaming utilities and transition buffers
compile "com.simsilica:sim-math:1.2.0-SNAPSHOT"
compile "com.simsilica:sim-math:1.2.0"

// Base logging
compile 'org.slf4j:slf4j-api:1.7.15'
Expand Down
2 changes: 1 addition & 1 deletion release-notes.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Version 1.3.0 (unreleased)
Version 1.3.0 (latest)
--------------
* Fixed a bug where the newer state messages would fail if the game hadn't
already registered Vec3d as a serializable class.
Expand Down

0 comments on commit 93f74ef

Please sign in to comment.