From e7a5f39ea1527a69359d211b1c5fde1b200c7c77 Mon Sep 17 00:00:00 2001 From: Josh Holtz Date: Mon, 31 Jul 2017 10:30:10 -0500 Subject: [PATCH] Version bump to 1.0.0 cause we are legit --- lib/fastlane/plugin/aws_s3/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/fastlane/plugin/aws_s3/version.rb b/lib/fastlane/plugin/aws_s3/version.rb index d155f48..c1865fc 100644 --- a/lib/fastlane/plugin/aws_s3/version.rb +++ b/lib/fastlane/plugin/aws_s3/version.rb @@ -1,5 +1,5 @@ module Fastlane module AwsS3 - VERSION = "0.2.8" + VERSION = "1.0.0" end end