From 1662f131a92def1b212f1bcd30f6217534991cad Mon Sep 17 00:00:00 2001 From: Sebastian Celis Date: Wed, 16 Dec 2020 11:16:57 -0600 Subject: [PATCH] Update version in the README to 1.1 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 72f956d..34b8bd3 100644 --- a/README.md +++ b/README.md @@ -212,7 +212,7 @@ apply plugin: 'com.github.jruby-gradle.base' dependencies { /* NOTE: Set your prefered version of twine here. */ - jrubyExec 'rubygems:twine:1.0.3' + jrubyExec 'rubygems:twine:1.1' } task generateLocalizations (type: JRubyExec) {