Skip to content

Commit

Permalink
release-0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartjohnpage committed May 17, 2024
1 parent 82f9ac0 commit c20ffe9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -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.
{
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down
1 change: 1 addition & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
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 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
[
Expand Down

0 comments on commit c20ffe9

Please sign in to comment.