Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
johnfercher committed Sep 1, 2024
1 parent 0ba580b commit 53f06b8
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 7 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,6 @@ goreportcard
# Ignore
ignore.sh

.vscode
.vscode

node_modules/*
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
[![Lint](https://github.com/johnfercher/maroto/actions/workflows/golangci-lint.yml/badge.svg)](https://github.com/johnfercher/maroto/actions/workflows/golangci-lint.yml)
[![Codecov](https://img.shields.io/codecov/c/github/johnfercher/maroto)](https://codecov.io/gh/johnfercher/maroto)
[![Visits Badge](https://badges.pufler.dev/visits/johnfercher/maroto)](https://badges.pufler.dev)
[![Stars Badge](https://img.shields.io/github/stars/johnfercher/maroto.svg?style=social&label=Stars)](https://github.com/johnfercher/maroto/stargazers)


A Maroto way to create PDFs. Maroto is inspired in Bootstrap and uses [Gofpdf](https://github.com/jung-kurt/gofpdf). Fast and simple.

Expand All @@ -18,12 +20,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.1.1` is here! Try out:
#### Maroto `v2.1.2` is here! Try out:

* Installation with`go get`:

```bash
go get github.com/johnfercher/maroto/[email protected].1
go get github.com/johnfercher/maroto/[email protected].2
```

* 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.1.1`is here! Try out:
#### 3. Maroto`v2.1.2`is here! Try out:

* Installation with`go get`:

```bash
go get github.com/johnfercher/maroto/[email protected].1
go get github.com/johnfercher/maroto/[email protected].2
```

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.1.1</small>
# Maroto <small>v2.1.2</small>

> An open-source golang lib to create PDFs. Fast and Simple.
Expand Down
4 changes: 3 additions & 1 deletion shell/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,6 @@ curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/insta
sudo cp $GOPATH/bin/golangci-lint /usr/local/bin/

go install github.com/vektra/mockery/v2@latest
sudo cp $GOPATH/bin/mockery /usr/local/bin/
sudo cp $GOPATH/bin/mockery /usr/local/bin/

sudo npm i docsify-cli -g

0 comments on commit 53f06b8

Please sign in to comment.