Skip to content

Commit

Permalink
releasing version changes
Browse files Browse the repository at this point in the history
  • Loading branch information
j256 committed Jun 22, 2021
1 parent 0074264 commit 4f3fca0
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Maven packages are published via [![Maven Central](https://maven-badges.herokuap
<dependency>
<groupId>com.j256.ormlite</groupId>
<artifactId>ormlite-core</artifactId>
<version>5.5</version>
<version>5.6</version>
</dependency>
```

Expand Down
4 changes: 2 additions & 2 deletions src/main/doc/ormlite.texi
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
@c %**end of header

@c ----------------------------------------------------------------
@set ormlite_version 5.5
@set ormlite_version 5.6
@set ormlite_year 2021
@set ormlite_date May @value{ormlite_year}
@set ormlite_date June @value{ormlite_year}
@set package ORMLite
@c ----------------------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion src/main/javadoc/doc-files/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
5.6: ?/?/2021
5.6: 6/22/2021
* CORE: Added support for @Entity storing of Serializable types. Thanks to arn-cpu.
* CORE: Fixed a bug with nonreentrant handling of DateFormat. Thanks to Bob Lacatena.
* ANDROID: Removed the reflection hack support for pre-ice-cream-sandwich annotation performance.
Expand Down
16 changes: 8 additions & 8 deletions src/main/javadoc/doc-files/ormlite.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified src/main/javadoc/doc-files/ormlite.pdf
Binary file not shown.

0 comments on commit 4f3fca0

Please sign in to comment.