Skip to content

Commit

Permalink
Update to version 3.01
Browse files Browse the repository at this point in the history
  • Loading branch information
spencerng committed Feb 6, 2019
1 parent cada48d commit f17cce7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scoutingapp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ android {
minSdkVersion 21
targetSdkVersion 27
versionCode 1
versionName '3.0'
versionName '3.01'
multiDexEnabled true


Expand Down
2 changes: 1 addition & 1 deletion scoutingapp/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
note that there is no trailing zero for the patch version. Tags on GitHub follow the same scheme,
except the letter "v" is appended to the version number.
Version 1.0 was created for the 2017 FRC season (FIRST Steamworks).-->
<string name="version_number">v3.0</string>
<string name="version_number">v3.01</string>

<!-- Name of the cheatsheet file in /assets-->
<string name="cheatsheet_filename">Deep Space Cheatsheet.pdf</string>
Expand Down

0 comments on commit f17cce7

Please sign in to comment.