Skip to content

Commit 27f469a

Browse files
committed
Bump to version 1.0.1
1 parent a46b6b0 commit 27f469a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Term Validator
22

33
![Supported Erlang/OTP Versions](https://img.shields.io/badge/erlang%2Fotp-24%7C25%7C26%7C27-%23a90432)
4-
![Current Version](https://img.shields.io/badge/latest_version-1.0.0-%23354052)
4+
![Current Version](https://img.shields.io/badge/latest_version-1.0.1-%23354052)
55
![License](https://img.shields.io/github/license/erlangsters/term-validator)
66
[![Build Status](https://img.shields.io/github/actions/workflow/status/erlangsters/term-validator/workflow.yml)](https://github.com/erlangsters/term-validator/actions/workflows/workflow.yml)
77
[![Documentation Link](https://img.shields.io/badge/documentation-here-yellow)](http://erlangsters.github.io/term-validator/)

src/term_validator.app.src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{application, term_validator, [
22
{description, "A quick and simple Erlang term validator."},
3-
{vsn, "1.0.0"},
3+
{vsn, "1.0.1"},
44
{modules, [
55
term_validator,
66
any_validator,

0 commit comments

Comments
 (0)