Skip to content

Commit

Permalink
Change version to 0.1.1
Browse files Browse the repository at this point in the history
Change version in build.gradle and README to v0.1.1.
  • Loading branch information
tylertian123 committed Nov 11, 2019
1 parent d371324 commit 693b7a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies {
compile wpi.deps.wpilib()
compile wpi.deps.vendor.java()
compile files('lib/RobotLib-0.1.0.jar')
compile files('lib/RobotLib-0.1.1.jar')
nativeZip wpi.deps.vendor.jni(wpi.platforms.roborio)
nativeDesktopZip wpi.deps.vendor.jni(wpi.platforms.desktop)
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ plugins {
sourceCompatibility = JavaVersion.VERSION_11
targetCompatibility = JavaVersion.VERSION_11

project.version = "0.1.0"
project.version = "0.1.1"

// Needed to fix Javadoc search
// See comments below
Expand Down

0 comments on commit 693b7a8

Please sign in to comment.