Skip to content

Commit

Permalink
Merge pull request #13 from jmatsu/bump_up_to_020
Browse files Browse the repository at this point in the history
Bump up version to 0.2.0
  • Loading branch information
jmatsu authored Aug 16, 2018
2 parents 51ee254 + 0469a23 commit bc45068
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
danger-apkstats (0.1.2)
danger-apkstats (0.2.0)
danger-plugin-api (~> 1.0)

GEM
Expand Down Expand Up @@ -40,7 +40,7 @@ GEM
faraday (~> 0.8)
ffi (1.9.25)
formatador (0.2.5)
git (1.4.0)
git (1.5.0)
guard (2.14.2)
formatador (>= 0.2.4)
listen (>= 2.7, < 4.0)
Expand Down Expand Up @@ -69,7 +69,7 @@ GEM
notiffany (0.1.1)
nenv (~> 0.1)
shellany (~> 0.0)
octokit (4.9.0)
octokit (4.10.0)
sawyer (~> 0.8.0, >= 0.5.3)
open4 (1.3.4)
parallel (1.12.1)
Expand All @@ -79,7 +79,7 @@ GEM
pry (0.11.3)
coderay (~> 1.1.0)
method_source (~> 0.9.0)
public_suffix (3.0.2)
public_suffix (3.0.3)
rainbow (3.0.0)
rake (10.5.0)
rb-fsevent (0.10.3)
Expand Down
2 changes: 1 addition & 1 deletion lib/apkstats/gem_version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Apkstats
VERSION = "0.1.2"
VERSION = "0.2.0"
end

0 comments on commit bc45068

Please sign in to comment.