Skip to content

Commit

Permalink
Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
waratuman committed Mar 13, 2013
1 parent 610feb0 commit b551c39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/mls/models/listing.rb
Expand Up @@ -69,7 +69,7 @@ class MLS::Listing < MLS::Resource
property :avatar_digest, String, :serialize => false

# Counter Caches
property :photos_count Fixnum, :serialize => :false
property :photos_count, Fixnum, :serialize => :false

attr_accessor :address, :agents, :account, :photos, :flyer, :floorplan, :videos
attr_writer :amenities
Expand Down
2 changes: 1 addition & 1 deletion mls.gemspec
Expand Up @@ -3,7 +3,7 @@ $:.push File.expand_path("../lib", __FILE__)

Gem::Specification.new do |s|
s.name = "mls"
s.version = '0.2.42'
s.version = '0.2.43'
s.authors = ["James R. Bracy", "Jon Bracy"]
s.email = ["james@42floors.com"]
s.homepage = "http://mls.42floors.com"
Expand Down

0 comments on commit b551c39

Please sign in to comment.