Skip to content

Commit

Permalink
Bump version to 1.6.0 (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
dozingcat authored Oct 18, 2021
1 parent 8f9c167 commit 911b15c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ android {
minSdkVersion 23
targetSdkVersion 29
renderscriptTargetApi 23
versionCode 12
versionName "1.5.0"
versionCode 13
versionName "1.6.0"
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
}
buildTypes {
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/assets/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ <h2>
Vector Camera
</h2>
<div>
Version 1.5.0, Sep 6 2020<br/>
Copyright &copy; 2018-2020 Brian Nenninger<br/>
Version 1.6.0, Oct 17 2021<br/>
Copyright &copy; 2018-2021 Brian Nenninger<br/>
Comments or suggestions: <a href="mailto:bnenning@gmail.com">bnenning@gmail.com</a>
</div>

Expand Down

0 comments on commit 911b15c

Please sign in to comment.