Skip to content

Commit

Permalink
3.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
5HT committed Nov 5, 2022
1 parent 010923d commit ceccc47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 FIN.Mixfile do
def project() do
[
app: :fin,
version: "1.11.1",
version: "3.11.1",
description: "FIN Financial Management",
package: package(),
elixir: "~> 1.11",
Expand Down
2 changes: 1 addition & 1 deletion src/fin.app.src
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{application, fin,
[
{description, "FIN Account Management"},
{vsn, "1.11.1"},
{vsn, "3.11.1"},
{registered, []},
{applications, [public_key,asn1,kernel,stdlib,rocksdb,mnesia,ranch,cowboy,
nitro,syntax_tools,compiler,xmerl,kvs,syn,n2o,bpe,form]},
Expand Down

0 comments on commit ceccc47

Please sign in to comment.