Skip to content

Commit

Permalink
bump version 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mmacia committed Sep 19, 2023
1 parent c76c1c2 commit 3c66214
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.0
0.3.1
2 changes: 1 addition & 1 deletion shard.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: tmdb
version: 0.3.0
version: 0.3.1

authors:
- Moisès Macià <mmacia@gmail.com>
Expand Down
2 changes: 1 addition & 1 deletion spec/tmdb_spec.cr
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ require "./spec_helper"

describe Tmdb do
it "should get version" do
Tmdb::VERSION.should eq("0.3.0")
Tmdb::VERSION.should eq("0.3.1")
end
end

0 comments on commit 3c66214

Please sign in to comment.