Skip to content

Commit

Permalink
🎉 🎉 🎉 Release 1.0.0 🎉 🎉 🎉 (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
marian13 committed Apr 16, 2020
1 parent 383f28b commit e266640
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ for the exact versions.
Gemfile:

```ruby
gem 'basic_temperature', '~> 0.2.2'
gem 'basic_temperature', '~> 1.0.0'
```

And then run:
Expand All @@ -55,7 +55,7 @@ But there is a shorter form.
If `Temperature` constant was not used before in your app, you can add this line to your Gemfile:

```ruby
gem 'basic_temperature', '~> 0.2.2', require: ['basic_temperature/alias']
gem 'basic_temperature', '~> 1.0.0', require: ['basic_temperature/alias']
```

This way `BasicTemperature::Temperature` class will be accesible simply by `Temperature`.
Expand Down
2 changes: 1 addition & 1 deletion lib/basic_temperature/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module BasicTemperature
VERSION = '0.2.2'
VERSION = '1.0.0'
end

0 comments on commit e266640

Please sign in to comment.