Skip to content

Commit 4207ca1

Browse files
committed
v2.3.1
1 parent dbe186c commit 4207ca1

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ You can write your PDFs like you are creating a site using Bootstrap. A Row may
2020
Besides that, pages will be added when content may extrapolate the useful area. You can define a header which will be added
2121
always when a new page appear, in this case, a header may have many rows, lines or tablelist.
2222

23-
#### Maroto `v2.3.0` is here! Try out:
23+
#### Maroto `v2.3.1` is here! Try out:
2424

2525
* Installation with`go get`:
2626

2727
```bash
28-
go get github.com/johnfercher/maroto/[email protected].0
28+
go get github.com/johnfercher/maroto/[email protected].1
2929
```
3030

3131
* You can see the full `v2` documentation [here](https://maroto.io/).

docs/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@
1919

2020
* We are about to create a document processor to generate PDFs by interpreting serialized data as: yml, json or html. Please contribute with your ideas in [this discussion](https://github.com/johnfercher/maroto/discussions/390).
2121

22-
#### 3. Maroto`v2.3.0`is here! Try out:
22+
#### 3. Maroto`v2.3.1`is here! Try out:
2323

2424
* Installation with`go get`:
2525

2626
```bash
27-
go get github.com/johnfercher/maroto/[email protected].0
27+
go get github.com/johnfercher/maroto/[email protected].1
2828
```
2929

3030
The public API was completely redesigned with the aim of enhancing the

docs/_coverpage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
![logo](assets/images/logo.png)
22

3-
# Maroto <small>v2.3.0</small>
3+
# Maroto <small>v2.3.1</small>
44

55
> An open-source golang lib to create PDFs. Fast and Simple.
66

0 commit comments

Comments
 (0)