Skip to content

Commit

Permalink
Bump version to v1.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgoetze committed Jul 11, 2022
1 parent c0c6cf5 commit 801747e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The package can be installed by adding `mjml` to your list of dependencies in `m
```elixir
def deps do
[
{:mjml, "~> 1.3.4"}
{:mjml, "~> 1.3.5"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule Mjml.MixProject do
use Mix.Project

@source_url "https://github.com/adoptoposs/mjml_nif"
@version "1.3.4"
@version "1.3.5"

def project do
[
Expand Down
2 changes: 1 addition & 1 deletion native/mjml_nif/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion native/mjml_nif/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mjml_nif"
version = "1.3.4"
version = "1.3.5"
authors = ["Paul Götze"]
edition = "2018"

Expand Down

0 comments on commit 801747e

Please sign in to comment.