From f32efc37bc330b40641d1616b3dc2ebc9d1d56bd Mon Sep 17 00:00:00 2001 From: Andrea Falcone Date: Wed, 2 Mar 2016 15:25:07 -0500 Subject: [PATCH] Version Bump --- lib/supply/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/supply/version.rb b/lib/supply/version.rb index 1b9f3da..cbcb0f6 100755 --- a/lib/supply/version.rb +++ b/lib/supply/version.rb @@ -1,4 +1,4 @@ module Supply - VERSION = "0.5.1".freeze + VERSION = "0.5.2".freeze DESCRIPTION = "Command line tool for updating Android apps and their metadata on the Google Play Store" end