Skip to content

Commit bf4ffa6

Browse files
author
Matthias Kalb
committed
Update config and version
1 parent 29ecbec commit bf4ffa6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

config/config.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
use Mix.Config
1+
import Config

mix.exs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ defmodule Bankster.Mixfile do
44
def project do
55
[
66
app: :bankster,
7-
version: "0.3.3",
8-
elixir: "~> 1.4",
7+
version: "0.4.0",
8+
elixir: "~> 1.14",
99
start_permanent: Mix.env() == :prod,
1010
description: description(),
1111
package: package(),

0 commit comments

Comments
 (0)