Commit 1f3ab4df8ed192ba9cf4a8351cd2f4d0660506ef

Authored by Andrew Kane
1 parent 05bde2ab

Version bump to 0.7.4

Showing 2 changed files with 5 additions and 1 deletions   Show diff stats
  1 +## 0.7.4
  2 +
  3 +- Fixed reindex with inheritance
  4 +
1 ## 0.7.3 5 ## 0.7.3
2 6
3 - Fixed multi-index searches 7 - Fixed multi-index searches
lib/searchkick/version.rb
1 module Searchkick 1 module Searchkick
2 - VERSION = "0.7.3" 2 + VERSION = "0.7.4"
3 end 3 end