diff --git a/.vscode/launch.json b/.vscode/launch.json index 9d3b227..75f5e8c 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -1,5 +1,5 @@ { - "version": "0.3.0", + "version": "0.3.1", "inputs": [ // This input allows us to prompt the VSCode user for arguments when we run a debug configuration. { diff --git a/README.md b/README.md index f3beb9d..9d21f67 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Add TextChunker to your mix.exs: ```elixir def deps do [ - {:text_chunker, "~> 0.3.0"} + {:text_chunker, "~> 0.3.1"} ] end ``` diff --git a/SECURITY.md b/SECURITY.md index ce7a22d..fa58dcf 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -4,6 +4,7 @@ | Version | Supported | | ------- | ------------------ | +| 0.3.1 | :white_check_mark: | | 0.3.0 | :white_check_mark: | | 0.2.0 | :white_check_mark: | | 0.1.2 | :white_check_mark: | diff --git a/mix.exs b/mix.exs index a03244c..4ac26a5 100644 --- a/mix.exs +++ b/mix.exs @@ -2,7 +2,7 @@ defmodule TextChunker.MixProject do use Mix.Project @source_url "https://github.com/revelrylabs/text_chunker_ex" - @version "0.3.0" + @version "0.3.1" def project do [