Skip to content

Commit

Permalink
bump version 2023.08.1008 -> 2023.10.1009
Browse files Browse the repository at this point in the history
  • Loading branch information
gvcis-bot committed Oct 22, 2023
1 parent 2668d29 commit 6b198f9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
@@ -1,14 +1,14 @@
# Art at GVSU Android

[![CalVer 2023.08.1008][img_version]][url_version]
[![CalVer 2023.10.1009][img_version]][url_version]

## Getting Started

1. Download the latest version of Android Studio
2. Add an emulator or set up a physical device via USB debugging
3. Hit "Run 'app'" in the top toolbar.

[img_version]: https://img.shields.io/static/v1.svg?label=CalVer&message=2023.08.1008&color=blue
[img_version]: https://img.shields.io/static/v1.svg?label=CalVer&message=2023.10.1009&color=blue
[url_version]: https://github.com/gvsucis/art-at-gvsu-android

## Directory Structure
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Expand Up @@ -23,8 +23,8 @@ android {
applicationId "edu.gvsu.art.gallery"
minSdkVersion 26
targetSdkVersion 34
versionCode 1008
versionName "2023.08.1008"
versionCode 1009
versionName "2023.10.1009"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

buildConfigField("String", "ART_GALLERY_BASE_URL", properties['art_gallery_base_url'])
Expand Down
2 changes: 1 addition & 1 deletion bumpver.toml
@@ -1,5 +1,5 @@
[bumpver]
current_version = "2023.08.1008"
current_version = "2023.10.1009"
version_pattern = "YYYY.0M.BUILD"
commit_message = "bump version {old_version} -> {new_version}"
commit = true
Expand Down

0 comments on commit 6b198f9

Please sign in to comment.