Skip to content

Commit a628204

Browse files
author
verno3632
committed
Update version to 1.0.5
1 parent cd5402d commit a628204

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

buildSrc/src/main/java/dependencies/Versions.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ private object Versions {
66

77
private val versionMajor = 1
88
private val versionMinor = 0
9-
private val versionPatch = 4
9+
private val versionPatch = 5
1010
private val versionOffset = 0
1111
val androidVersionCode =
1212
(versionMajor * 10000 + versionMinor * 100 + versionPatch) * 100 + versionOffset
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
The timetable layout for sessions has been improved.
1+
Fixed the bug that the speaker screen with no spekaer image cannot be opened.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
セッションタイムテーブルがより使いやすくなりました
1+
登壇者画像の無い登壇者画面を開けない不具合を修正しました

0 commit comments

Comments
 (0)