Skip to content

Commit 4075be1

Browse files
committed
Bump version
1 parent c603a5d commit 4075be1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Special thanks to the Algolia team for their original implementation, which prov
2626
Add this line to your application's Gemfile:
2727

2828
```ruby
29-
gem 'typesense-rails'
29+
gem 'typesense-rails', '~> 1.0.0.rc1'
3030
```
3131

3232
Then execute:

lib/typesense/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Typesense
2-
GEM_VERSION = "0.1.0"
2+
GEM_VERSION = "1.0.0.rc1"
33
end

0 commit comments

Comments
 (0)