Skip to content

Commit

Permalink
Bumped to 0.16 due to breaking changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
oubiwann committed Jan 11, 2025
1 parent 730973a commit 213a4f0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ In your `rebar.config` file, update your `deps` section to include

```erlang
{deps, [
{lutil, "0.15.0"}}}
{lutil, "0.16.0"}}}
]}
```

Expand Down Expand Up @@ -98,7 +98,7 @@ added to the [LFE stdlib][clj docs]!
BSD 3-Clause License

```
Copyright © 2013-2024, Duncan McGreggor <[email protected]>
Copyright © 2013-2025, Duncan McGreggor <[email protected]>
Copyright © 2016, Eric Bailey <[email protected]>
Copyright © 2015, arpunk <[email protected]>
osense <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{erl_opts, [debug_info, {no_auto_import, [{get,1}]}]}.

{deps, [
{lfe, "~> 2.1"}
{lfe, "~> 2.2"}
]}.

{plugins, [
Expand Down
2 changes: 1 addition & 1 deletion src/lutil.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{description, "LFE Utility Functions and Macros"},

%% The version of the application
{vsn, "0.15.0"},
{vsn, "0.16.0"},

%% All modules used by the application.
{modules, [
Expand Down

0 comments on commit 213a4f0

Please sign in to comment.