From bc9f1ed421d4e3a6b6ee47ccd333e1f0728b13c3 Mon Sep 17 00:00:00 2001 From: Sheharyar Naseer Date: Sat, 12 Feb 2022 18:16:57 -0800 Subject: [PATCH] Bump version to v0.2.0 --- README.md | 2 +- mix.exs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b0c971e..24994df 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Add `safeurl` to your project dependencies in `mix.exs`: ```elixir def deps do - [{:safeurl, "~> 0.1.0"}] + [{:safeurl, "~> 0.2.0"}] end ``` diff --git a/mix.exs b/mix.exs index f14d9cc..042e974 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule SafeURL.MixProject do @app :safeurl @name "SafeURL" - @version "0.1.0" + @version "0.2.0" @github "https://github.com/slab/safeurl-elixir"