Commit b9a903c07c69c5755c356308a0fce374c36706fe

Authored by Andrew Kane
1 parent 83fc70e4

Version bump to 1.3.3

Showing 2 changed files with 5 additions and 1 deletions   Show diff stats
CHANGELOG.md
  1 +## 1.3.3
  2 +
  3 +- Fix for namespaced models (broken in 1.3.2)
  4 +
1 5 ## 1.3.2
2 6  
3 7 - Added `body_options` option
... ...
lib/searchkick/version.rb
1 1 module Searchkick
2   - VERSION = "1.3.2"
  2 + VERSION = "1.3.3"
3 3 end
... ...