Skip to content

Commit

Permalink
Merge pull request #817 from verno3632/update-version-1.0.5
Browse files Browse the repository at this point in the history
Update version to 1.0.5
  • Loading branch information
takahirom committed Feb 7, 2019
2 parents cd5402d + a628204 commit 29a5d32
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion buildSrc/src/main/java/dependencies/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ private object Versions {

private val versionMajor = 1
private val versionMinor = 0
private val versionPatch = 4
private val versionPatch = 5
private val versionOffset = 0
val androidVersionCode =
(versionMajor * 10000 + versionMinor * 100 + versionPatch) * 100 + versionOffset
Expand Down
2 changes: 1 addition & 1 deletion publish/release-notes/en-US/default.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
The timetable layout for sessions has been improved.
Fixed the bug that the speaker screen with no spekaer image cannot be opened.
2 changes: 1 addition & 1 deletion publish/release-notes/ja-JP/default.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
セッションタイムテーブルがより使いやすくなりました
登壇者画像の無い登壇者画面を開けない不具合を修正しました

0 comments on commit 29a5d32

Please sign in to comment.