From e6cf1d6eb8bf9f3e17f6e7d92006f339a9f5d32e Mon Sep 17 00:00:00 2001 From: Sascha Wolf Date: Thu, 22 Nov 2018 08:13:42 +0100 Subject: [PATCH] Version: Bump to 0.2.1 --- bump_version | 2 +- version | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bump_version b/bump_version index 601aa15..ce6168f 100755 --- a/bump_version +++ b/bump_version @@ -26,7 +26,7 @@ ask 'Want to bump?' || exit 1 echo "$new_version" > version if ask 'Want to commit the version change?' Y; then - git commit --message="Project: Bump version from $current_version to $new_version" -- mix.exs + git commit --message="Project: Bump version from $current_version to $new_version" -- version echo ask "Want to add v$new_version tag?" Y && git tag -ae "v$new_version" -m "Release $new_version: " diff --git a/version b/version index 341cf11..0c62199 100644 --- a/version +++ b/version @@ -1 +1 @@ -0.2.0 \ No newline at end of file +0.2.1