Skip to content

Commit

Permalink
Merge pull request #10 from Calyhre/hotfix/bump-rubies
Browse files Browse the repository at this point in the history
Add low profile to shots
  • Loading branch information
Calyhre authored Mar 1, 2017
2 parents 064b8f1 + b787fcd commit 4a318c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/dribbble/shot.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def self.all(token, attrs = {})
end

def self.available_fields
%i(title image description tags team_id rebound_source_id)
%i(title image description tags team_id rebound_source_id low_profile)
end

def self.after_create(res)
Expand Down
2 changes: 1 addition & 1 deletion lib/dribbble/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Dribbble Version
module Dribbble
VERSION = '1.0.4'
VERSION = '1.1.0'
end

0 comments on commit 4a318c6

Please sign in to comment.