Skip to content

Commit

Permalink
Bump versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
Burgy Benjamin committed Dec 18, 2023
1 parent d81ac60 commit 977e65a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ http://localhost:4000/calendars/<calendar_id>?from=<iso8601-datetime>&to=<iso860
version: '3'
services:
ksuite-middleware:
image: minidfx/ksuite-middleware:v0.5.0
image: minidfx/ksuite-middleware:v0.6.0
environment:
- SECRET_KEY_BASE=<secret>
- PHX_HOST=<host>
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3'
services:
ksuite-middleware:
build: .
image: minidfx/ksuite-middleware:v0.5.0
image: minidfx/ksuite-middleware:v0.6.0
environment:
- SECRET_KEY_BASE=<secret>
- PHX_HOST=<host>
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule KsuiteMiddleware.MixProject do
def project do
[
app: :ksuite_middleware,
version: "0.5.0",
version: "0.6.0",
elixir: "~> 1.14",
elixirc_paths: elixirc_paths(Mix.env()),
start_permanent: Mix.env() == :prod,
Expand Down

0 comments on commit 977e65a

Please sign in to comment.