Skip to content

Commit

Permalink
Bump to version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
intjelic committed Sep 22, 2024
1 parent 7273f49 commit ad74ce4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PROJECT = term_validator
PROJECT_DESCRIPTION = A quick and simple Erlang term validator.
PROJECT_VERSION = 1.0.0
PROJECT_VERSION = 1.0.1

TEST_DEPS = meck
dep_meck = git https://github.com/eproxus/meck 0.9.2
Expand Down
2 changes: 1 addition & 1 deletion ebin/term_validator.app
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{application, 'term_validator', [
{description, "A quick and simple Erlang term validator."},
{vsn, "1.0.0"},
{vsn, "1.0.1"},
{modules, ['all_of_validator','any_of_validator','any_validator','atom_validator','bool_validator','length_option_validator','list_validator','map_dynamic_validator','map_validator','number_validator','string_validator','term_validator','tuple_dynamic_validator','tuple_validator']},
{registered, []},
{applications, [kernel,stdlib]},
Expand Down

0 comments on commit ad74ce4

Please sign in to comment.