Skip to content

Commit

Permalink
version update
Browse files Browse the repository at this point in the history
  • Loading branch information
MenoData committed May 11, 2018
1 parent 75d849b commit cbbe451
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
## [v3.42-2018e] not yet released
## [v3.43-2018?] not yet released

## [v3.42-2018e] published on 2018-05-11
### Added
- Zodiac constellations and signs [#765]
- New interface describing equatorial coordinates [#764]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Only two steps are required before coding against the API of Time4A.

```groovy
dependencies {
compile group: 'net.time4j', name: 'time4j-android', version: '3.41-2018d'
compile group: 'net.time4j', name: 'time4j-android', version: '3.42-2018e'
}
```

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 = '3.42-2018d'
libraryVersion = '3.42-2018e'

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

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

private static final String VERSION = "v3.41-2018d";
private static final String VERSION = "v3.42-2018e";
private static final int RELEASE_YEAR = 2018;
private static final int RELEASE_MONTH = 3;
private static final int RELEASE_DAY = 25;
private static final int RELEASE_MONTH = 5;
private static final int RELEASE_DAY = 11;
private static final String TIME4A = "time4a";

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

0 comments on commit cbbe451

Please sign in to comment.