From 06db2b9ddba0e6aa9e28f96a29eadf9057238647 Mon Sep 17 00:00:00 2001 From: Econa77 Date: Tue, 7 May 2019 06:47:17 +0900 Subject: [PATCH] Bump version to v1.1.0 --- Sauce.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sauce.podspec b/Sauce.podspec index bfc296f..8d5876f 100644 --- a/Sauce.podspec +++ b/Sauce.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "Sauce" - s.version = "1.0.1" + s.version = "1.1.0" s.summary = "Mapping various keyboard layout sources and key codes in macOS. (e.g.: QWERTY, Dvorak)" s.license = { :type => 'MIT', :file => 'LICENSE' } s.homepage = "https://github.com/Clipy/Sauce"