Skip to content

Commit

Permalink
bump version 2023.10.1010 -> 2024.06.1011
Browse files Browse the repository at this point in the history
  • Loading branch information
gvcis-bot committed Jun 26, 2024
1 parent a9eaad0 commit 09f2517
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Art at GVSU Android

[![CalVer 2023.10.1010][img_version]][url_version]
[![CalVer 2024.06.1011][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.10.1010&color=blue
[img_version]: https://img.shields.io/static/v1.svg?label=CalVer&message=2024.06.1011&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
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ android {
applicationId "edu.gvsu.art.gallery"
minSdkVersion 26
targetSdkVersion 34
versionCode 1010
versionName "2023.10.1010"
versionCode 1011
versionName "2024.06.1011"
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
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpver]
current_version = "2023.10.1010"
current_version = "2024.06.1011"
version_pattern = "YYYY.0M.BUILD"
commit_message = "bump version {old_version} -> {new_version}"
commit = true
Expand Down

0 comments on commit 09f2517

Please sign in to comment.