diff --git a/README.md b/README.md index d81c44c..af11cc9 100644 --- a/README.md +++ b/README.md @@ -13,12 +13,12 @@ The project webpage is [j2html.com](http://j2html.com). com.j2html j2html - 1.5.0 + 1.6.0 ``` ### Or the gradle dependency ``` -compile 'com.j2html:j2html:1.5.0' +compile 'com.j2html:j2html:1.6.0' ``` ### Import TagCreator and start building HTML diff --git a/docs/download.html b/docs/download.html index 6916150..e0953b0 100644 --- a/docs/download.html +++ b/docs/download.html @@ -11,7 +11,7 @@

Maven dependency

To experience the joy of generating HTML with a Java HTML builder, add the j2html dependency to your POM:

<dependency>
     <groupId>com.j2html</groupId>
     <artifactId>j2html</artifactId>
-    <version>1.5.0</version>
+    <version>1.6.0</version>
 </dependency>
 

Steps for upgrading

From 1.4.0 to 1.5.0

Clone the repo on GitHub

Please clone and/or fork the repo on GitHub, make changes, and create pull requests! We will go through pull requests every sunday, so don't be shy.

Want a simple and modern web framework?
Try our other project: https://javalin.io