Skip to content

Commit

Permalink
Prep for v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
stephendolan committed May 19, 2021
1 parent 486da96 commit 359b99b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion shard.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: lucky_env
version: 0.1.1
version: 0.1.2

authors:
- Jeremy Woertink <jeremywoertink@gmail.com>
Expand Down
2 changes: 1 addition & 1 deletion src/lucky_env.cr
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ require "./lucky_env/string_modifier"
require "./lucky_env/*"

module LuckyEnv
VERSION = "0.1.1"
VERSION = "0.1.2"

# Parses the `file_path`, and loads the results in to `ENV`
# raises `LuckyEnv::MissingFileError` if the file is missing
Expand Down

0 comments on commit 359b99b

Please sign in to comment.