Skip to content

Commit 4c33752

Browse files
committed
update for release 1.1.2
1 parent c0075f6 commit 4c33752

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,14 @@ maven:
3838
<dependency>
3939
<groupId>ch.digitalfondue.mjml4j</groupId>
4040
<artifactId>mjml4j</artifactId>
41-
<version>1.1.1</version>
41+
<version>1.1.2</version>
4242
</dependency>
4343
```
4444

4545
gradle:
4646

4747
```
48-
implementation 'ch.digitalfondue.mjml4j:mjml4j:1.1.1'
48+
implementation 'ch.digitalfondue.mjml4j:mjml4j:1.1.2'
4949
```
5050

5151
# Use
@@ -61,8 +61,8 @@ import ch.digitalfondue.mjml4j.Mjml4j;
6161

6262
public class App {
6363
public static void main(String[] args) {
64-
var configuration = new Mjml4j.Configuration("en");
65-
var renderedTemplate = Mjml4j.render("""
64+
Mjml4j.Configuration configuration = new Mjml4j.Configuration("en");
65+
String renderedTemplate = Mjml4j.render("""
6666
<mjml>
6767
<mj-body>
6868
<mj-section>

0 commit comments

Comments
 (0)