Skip to content

Commit

Permalink
Bump version to 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgoetze committed Nov 30, 2022
1 parent 05269b4 commit aecb0c1
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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.5"}
{:mjml, "~> 1.4.0"}
]
end
```
Expand Down
4 changes: 2 additions & 2 deletions 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.5"
@version "1.4.0"

def project do
[
Expand Down Expand Up @@ -37,7 +37,7 @@ defmodule Mjml.MixProject do

defp package do
[
description: "NIF bindings for the MJML Rust implementation (mrml)",
description: "Responsive emails made easy. NIF bindings for the MJML Rust implementation (mrml)",
maintainers: ["Paul Götze"],
licenses: ["MIT"],
files: ~w(lib native .formatter.exs README* LICENSE* mix.exs checksum-*.exs),
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.5"
version = "1.4.0"
authors = ["Paul Götze"]
edition = "2018"

Expand Down

0 comments on commit aecb0c1

Please sign in to comment.