Skip to content

Commit

Permalink
Bumped to 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jv-asana committed Mar 7, 2023
1 parent 178fdb0 commit 4d37f9a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
asana (2.0.1)
asana (2.0.2)
faraday (~> 2.0)
faraday-follow_redirects
faraday-multipart
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.1
2.0.2
6 changes: 2 additions & 4 deletions lib/asana/version.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# frozen_string_literal: true

# :nodoc:
#:nodoc:
module Asana
# Public: Version of the gem.
VERSION = '2.0.1'
VERSION = '2.0.2'
end

0 comments on commit 4d37f9a

Please sign in to comment.