diff --git a/README.md b/README.md index 9ec3e98f..bb3a35d2 100644 --- a/README.md +++ b/README.md @@ -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/). diff --git a/docs/README.md b/docs/README.md index cbbf329c..31abdae5 100644 --- a/docs/README.md +++ b/docs/README.md @@ -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 diff --git a/docs/_coverpage.md b/docs/_coverpage.md index 543cd5ff..ec288b48 100644 --- a/docs/_coverpage.md +++ b/docs/_coverpage.md @@ -1,6 +1,6 @@ ![logo](assets/images/logo.png) -# Maroto v2.0.0-beta.19 +# Maroto v2.0.0 > An open-source golang lib to create PDFs. Fast and Simple.