From 11b71987ab718863ba66b0cef747d962bfe1c5a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20G=C3=B6tze?= Date: Fri, 16 Feb 2024 15:43:16 +0100 Subject: [PATCH] Bump version to 3.0.1 --- mix.exs | 2 +- native/mjml_nif/Cargo.lock | 2 +- native/mjml_nif/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mix.exs b/mix.exs index 616761d..cd18b92 100644 --- a/mix.exs +++ b/mix.exs @@ -2,7 +2,7 @@ defmodule Mjml.MixProject do use Mix.Project @source_url "https://github.com/adoptoposs/mjml_nif" - @version "3.0.0" + @version "3.0.1" def project do [ diff --git a/native/mjml_nif/Cargo.lock b/native/mjml_nif/Cargo.lock index b503856..cd6d1a4 100644 --- a/native/mjml_nif/Cargo.lock +++ b/native/mjml_nif/Cargo.lock @@ -64,7 +64,7 @@ checksum = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a" [[package]] name = "mjml_nif" -version = "3.0.0" +version = "3.0.1" dependencies = [ "mrml", "rustler", diff --git a/native/mjml_nif/Cargo.toml b/native/mjml_nif/Cargo.toml index 2368a47..ac72bf4 100644 --- a/native/mjml_nif/Cargo.toml +++ b/native/mjml_nif/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mjml_nif" -version = "3.0.0" +version = "3.0.1" authors = ["Paul Götze"] edition = "2021"