Skip to content

Commit

Permalink
Set version to 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rvirding committed Oct 1, 2024
1 parent f158251 commit 37991d1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2.2
1.2.3
2 changes: 1 addition & 1 deletion ebin/luerl.app
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{application,luerl,
[{description,"Luerl - an implementation of Lua on Erlang"},
{vsn,"1.2.2"},
{vsn,"1.2.3"},
{modules,['Elixir.Luerl.New','Elixir.Luerl',luerl,luerl_anno,
luerl_app,luerl_comp,luerl_comp_cg,luerl_comp_env,
luerl_comp_lint,luerl_comp_locf,luerl_comp_normalise,
Expand Down
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
{apps, [luerl]}
]}.

{relx, [{release, {luerl, "1.2.2"},
{relx, [{release, {luerl, "1.2.3"},
[kernel,
stdlib,
sasl,
Expand Down
2 changes: 1 addition & 1 deletion src/luerl.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

{application, luerl,
[{description, "Luerl - an implementation of Lua on Erlang"},
{vsn, "1.2.2"},
{vsn, "1.2.3"},
{modules, []},
{registered, []},
{applications, [kernel, stdlib]},
Expand Down

0 comments on commit 37991d1

Please sign in to comment.