Skip to content

Commit a80be15

Browse files
committed
version update
1 parent 58325e0 commit a80be15

File tree

4 files changed

+9
-7
lines changed

4 files changed

+9
-7
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
## [v4.8-2021a] not yet released
1+
## [v4.9-2021?] not yet released
2+
3+
## [v4.8-2021a] published on 2021-03-27
24
### Added
35
- Specific leap month queries in East Asian calendars [#913]
46
- New methods for solar terms in East Asian calendars creating lists and operators [#928]

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.7.2-2020e'
35+
implementation group: 'net.time4j', name: 'time4j-android', version: '4.8-2021a'
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.7.2-2020e'
16+
libraryVersion = '4.8-2021a'
1717

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

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

Lines changed: 4 additions & 4 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.7.2-2020e";
67-
private static final int RELEASE_YEAR = 2020;
68-
private static final int RELEASE_MONTH = 12;
69-
private static final int RELEASE_DAY = 30;
66+
private static final String VERSION = "v4.8-2021a";
67+
private static final int RELEASE_YEAR = 2021;
68+
private static final int RELEASE_MONTH = 3;
69+
private static final int RELEASE_DAY = 27;
7070
private static final String TIME4A = "TIME4A";
7171

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

0 commit comments

Comments
 (0)