Skip to content

Commit

Permalink
update version to v2.0.0 (#418)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnfercher authored May 15, 2024
1 parent 727147b commit f7b324d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ You can write your PDFs like you are creating a site using Bootstrap. A Row may
Besides that, pages will be added when content may extrapolate the useful area. You can define a header which will be added
always when a new page appear, in this case, a header may have many rows, lines or tablelist.

#### Maroto `v2.0.0-beta.19` is here! Try out:
#### Maroto `v2.0.0` is here! Try out:

* Installation with`go get`:

```bash
go get github.com/johnfercher/maroto/v2@v2.0.0-beta.19
go get github.com/johnfercher/maroto/v2@v2.0.0
```

* You can see the full `v2` documentation [here](https://maroto.io/).
Expand Down
4 changes: 2 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@

* 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).

#### 3. Maroto`v2.0.0-beta.19`is here! Try out:
#### 3. Maroto`v2.0.0`is here! Try out:

* Installation with`go get`:

```bash
go get github.com/johnfercher/maroto/v2@v2.0.0-beta.19
go get github.com/johnfercher/maroto/v2@v2.0.0
```

The public API was completely redesigned with the aim of enhancing the
Expand Down
2 changes: 1 addition & 1 deletion docs/_coverpage.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
![logo](assets/images/logo.png)

# Maroto <small>v2.0.0-beta.19</small>
# Maroto <small>v2.0.0</small>

> An open-source golang lib to create PDFs. Fast and Simple.
Expand Down

0 comments on commit f7b324d

Please sign in to comment.