Skip to content

Commit 078d4fd

Browse files
committed
Update version to 5.2.1
1 parent 38dea37 commit 078d4fd

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
@@ -7,7 +7,7 @@ CockroachDB adapter for ActiveRecord 4 and 5. This is a lightweight extension of
77
Add this line to your project's Gemfile:
88

99
```ruby
10-
gem 'activerecord-cockroachdb-adapter', '~> 0.2'
10+
gem 'activerecord-cockroachdb-adapter', '~> 5.2.0'
1111
```
1212

1313
If you're using Rails 4.x, use the `0.1.x` versions of this gem.

activerecord-cockroachdb-adapter.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
44

55
Gem::Specification.new do |spec|
66
spec.name = "activerecord-cockroachdb-adapter"
7-
spec.version = "5.2.0"
7+
spec.version = "5.2.1"
88
spec.licenses = ["Apache-2.0"]
99
spec.authors = ["Cockroach Labs"]
1010
spec.email = ["[email protected]"]

0 commit comments

Comments
 (0)