Skip to content

Commit 4b6eee4

Browse files
committed
version update
1 parent 2802781 commit 4b6eee4

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
## [v4.6-2020a] not yet released
1+
## [v4.7-2020?] not yet released
2+
3+
## [v4.6-2020a] published on 2020-05-31
24
### Added
35
- Local variant data for Hijri calendar [#888]
46
- Getter for observer zone id in `SolarTime` and `LunarTime` [#904]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Only two steps are required before coding against the API of Time4A.
3232

3333
```groovy
3434
dependencies {
35-
implementation group: 'net.time4j', name: 'time4j-android', version: '4.5.1-2020a'
35+
implementation group: 'net.time4j', name: 'time4j-android', version: '4.6-2020a'
3636
}
3737
```
3838

time4j-android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ext {
1313
siteUrl = 'https://github.com/menodata/Time4A'
1414
gitUrl = 'https://github.com/menodata/Time4A.git'
1515

16-
libraryVersion = '4.5.1-2020a'
16+
libraryVersion = '4.6-2020a'
1717

1818
developerId = 'mhochschild'
1919
developerName = 'Meno Hochschild'

time4j-android/src/main/java/net/time4j/android/ApplicationStarter.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,10 @@ public class ApplicationStarter {
6363

6464
//~ Statische Felder/Initialisierungen --------------------------------
6565

66-
private static final String VERSION = "v4.5.1-2020a";
66+
private static final String VERSION = "v4.6-2020a";
6767
private static final int RELEASE_YEAR = 2020;
6868
private static final int RELEASE_MONTH = 5;
69-
private static final int RELEASE_DAY = 19;
69+
private static final int RELEASE_DAY = 31;
7070
private static final String TIME4A = "TIME4A";
7171

7272
private static final AtomicBoolean PREPARED = new AtomicBoolean(false);

0 commit comments

Comments
 (0)