Skip to content

Commit

Permalink
v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mkckr0 committed Nov 9, 2024
1 parent d107fd5 commit 3dfd634
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.0
0.2.1
4 changes: 2 additions & 2 deletions android-app/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ android {
applicationId = "io.github.mkckr0.audio_share_app"
minSdk = 23
targetSdk = 35
versionCode = 2000
versionName = "0.2.0"
versionCode = 2001
versionName = "0.2.1"
base.archivesName = "${rootProject.name}-$versionName"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
2 changes: 1 addition & 1 deletion server-core/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.20.0)

project(audio-share
VERSION 0.2.0
VERSION 0.2.1
HOMEPAGE_URL "https://github.com/mkckr0/audio-share"
)

Expand Down
8 changes: 4 additions & 4 deletions server-mfc/audio-share-server/AudioShareServer.rc
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,8 @@ END
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 0,2,0,0
PRODUCTVERSION 0,2,0,0
FILEVERSION 0,2,1,0
PRODUCTVERSION 0,2,1,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -175,11 +175,11 @@ BEGIN
BLOCK "040904b0"
BEGIN
VALUE "FileDescription", "Audio Share Server"
VALUE "FileVersion", "0.2.0.0"
VALUE "FileVersion", "0.2.1.0"
VALUE "LegalCopyright", "Copyright © 2022-2024 mkckr0. All rights reserved."
VALUE "OriginalFilename", "AudioShareServer.exe"
VALUE "ProductName", "Audio Share Server"
VALUE "ProductVersion", "0.2.0"
VALUE "ProductVersion", "0.2.1"
END
END
BLOCK "VarFileInfo"
Expand Down

0 comments on commit 3dfd634

Please sign in to comment.