Skip to content
This repository was archived by the owner on Oct 26, 2024. It is now read-only.

Commit d95ae85

Browse files
committed
bump version
1 parent f409743 commit d95ae85

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ android {
3939
applicationId "net.yslibrary.monotweety"
4040
minSdkVersion 19
4141
targetSdkVersion 27
42-
versionCode 41
43-
versionName "1.6.0-beta1"
42+
versionCode 42
43+
versionName "1.6.0"
4444

4545
buildConfigField 'String', 'TWITTER_API_KEY', TWITTER_API_KEY
4646
buildConfigField 'String', 'TWITTER_API_SECRET', TWITTER_API_SECRET

app/src/main/res/raw-ja/changelog.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<changelog>
33
<changelogversion
4-
changeDate="Dec, XXth, 2017"
4+
changeDate="Dec, 19th, 2017"
55
versionName="1.6.0">
6+
<changelogtext>メリークリスマス、そしてよいお年を!</changelogtext>
67
<changelogtext>280文字対応</changelogtext>
78
</changelogversion>
89
<changelogversion

app/src/main/res/raw/changelog.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<changelog>
33
<changelogversion
4-
changeDate="Dec, XXth, 2017"
4+
changeDate="Dec, 19th, 2017"
55
versionName="1.6.0">
6+
<changelogtext>Merry Christmas and a Happy New Year to all of you!</changelogtext>
67
<changelogtext>Support 280 characters</changelogtext>
78
</changelogversion>
89
<changelogversion

0 commit comments

Comments
 (0)