Skip to content

Commit

Permalink
Upgrade version
Browse files Browse the repository at this point in the history
  • Loading branch information
filipechagas committed Feb 2, 2023
1 parent e213bf2 commit 83052b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions haste.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ require File.dirname(__FILE__) + '/lib/haste/version'

Gem::Specification.new do |s|
s.name = 'haste'
s.author = '@toptal/marketing-tools-2-eng'
s.author = 'Toptal'
s.add_development_dependency('rspec')
s.add_dependency('json')
s.add_dependency('faraday', '~> 0.9')
s.description = 'CLI Haste Client'
s.license = 'MIT License'
s.homepage = 'https://github.com/toptal/haste-client'
s.email = 'support@toptal.com'
s.email = 'open-source@toptal.com'
s.executables = 'haste'
s.files = Dir['lib/**/*.rb', 'haste']
s.platform = Gem::Platform::RUBY
Expand Down
4 changes: 1 addition & 3 deletions lib/haste/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
module Haste

VERSION = '0.2.3'

VERSION = '0.3.0'
end

0 comments on commit 83052b3

Please sign in to comment.