Skip to content

Commit

Permalink
Bump release 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
imdrasil committed Nov 6, 2019
1 parent 844a3cd commit f6cd575
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Add this to your application's `shard.yml`:
dependencies:
sam:
github: imdrasil/sam.cr
version: 0.3.2
```
After executing `shards install` Sam-file will be added to the root of your project (unless you already have one).
Expand Down
2 changes: 1 addition & 1 deletion shard.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: sam
version: 0.3.1
version: 0.3.2

authors:
- Roman Kalnytskyi <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion src/sam/version.cr
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Sam
VERSION = "0.3.1"
VERSION = "0.3.2"
end

0 comments on commit f6cd575

Please sign in to comment.