Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
kasperjj committed Aug 16, 2016
1 parent 5152fa6 commit 462522b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ System.out.println("Hello "+obj.getString("title")+"!");
// Expected output: "Hello World!"
````

The library includes a JSON compression feature that uses template based encoding an http2 header cache inspired caching of repeated string values.
The library includes a JSON compression feature that uses template based encoding and caching of repeated string values using an http2 header cache inspired scheme.

```java
String source="{\"title\":\"World\"}";
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = '1.1.0'
version = '1.2.0'

group = "me.doubledutch"
archivesBaseName = "lazyjson"
Expand Down
8 changes: 4 additions & 4 deletions src/main/resources/version.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#Tue Aug 16 18:54:28 EDT 2016
BUILD_VERSION=1.1.0
BUILD_DATE=2016-08-16T22\:54\:28Z
BUILD_NUMBER=566
#Tue Aug 16 18:59:02 EDT 2016
BUILD_VERSION=1.2.0
BUILD_DATE=2016-08-16T22\:59\:02Z
BUILD_NUMBER=567

0 comments on commit 462522b

Please sign in to comment.