Skip to content

Commit

Permalink
Version 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fastdivision committed Apr 29, 2020
1 parent 9a4e700 commit 0956a95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ gem install vat_check
Or in your Gemfile:

```
gem 'vat_check'
gem 'vat_check', '~> 1.0'
```

**Note:** VatCheck requires Ruby 2.3 or greater.
Expand Down
2 changes: 1 addition & 1 deletion lib/vat_check/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
class VatCheck
VERSION = '0.0.5'
VERSION = '1.0.0'
end

0 comments on commit 0956a95

Please sign in to comment.