Skip to content

Commit

Permalink
version update
Browse files Browse the repository at this point in the history
  • Loading branch information
MenoData committed Mar 26, 2021
1 parent 58325e0 commit a80be15
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
## [v4.8-2021a] not yet released
## [v4.9-2021?] not yet released

## [v4.8-2021a] published on 2021-03-27
### Added
- Specific leap month queries in East Asian calendars [#913]
- New methods for solar terms in East Asian calendars creating lists and operators [#928]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Only two steps are required before coding against the API of Time4A.

```groovy
dependencies {
implementation group: 'net.time4j', name: 'time4j-android', version: '4.7.2-2020e'
implementation group: 'net.time4j', name: 'time4j-android', version: '4.8-2021a'
}
```

Expand Down
2 changes: 1 addition & 1 deletion time4j-android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ext {
siteUrl = 'https://github.com/menodata/Time4A'
gitUrl = 'https://github.com/menodata/Time4A.git'

libraryVersion = '4.7.2-2020e'
libraryVersion = '4.8-2021a'

developerId = 'mhochschild'
developerName = 'Meno Hochschild'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@ public class ApplicationStarter {

//~ Statische Felder/Initialisierungen --------------------------------

private static final String VERSION = "v4.7.2-2020e";
private static final int RELEASE_YEAR = 2020;
private static final int RELEASE_MONTH = 12;
private static final int RELEASE_DAY = 30;
private static final String VERSION = "v4.8-2021a";
private static final int RELEASE_YEAR = 2021;
private static final int RELEASE_MONTH = 3;
private static final int RELEASE_DAY = 27;
private static final String TIME4A = "TIME4A";

private static final AtomicBoolean PREPARED = new AtomicBoolean(false);
Expand Down

0 comments on commit a80be15

Please sign in to comment.