Skip to content

Commit 46dee00

Browse files
committed
chore: bump to 0.3.12
1 parent f72669b commit 46dee00

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
elixir 1.18.4-otp-28
2-
erlang 28.1.1
2+
erlang 28.0.2

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
# 0.3.10
1+
# 0.3.12
2+
- chore: fix warnings
3+
4+
# 0.3.11
25
- fix: redis
36

47
# 0.3.10

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defmodule ElixirCache.MixProject do
44
def project do
55
[
66
app: :elixir_cache,
7-
version: "0.3.11",
7+
version: "0.3.12",
88
elixir: "~> 1.11",
99
start_permanent: Mix.env() == :prod,
1010
description:

0 commit comments

Comments
 (0)