From 32dff503d25f6e6b2e439e361ff6cbee277ede5f Mon Sep 17 00:00:00 2001 From: Edgar Suarez Date: Mon, 12 Apr 2021 09:33:42 -0500 Subject: [PATCH] Bump version 3.1.2 --- assets/info.plist | 2 +- lib/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/info.plist b/assets/info.plist index 5f9be86..6fde652 100644 --- a/assets/info.plist +++ b/assets/info.plist @@ -879,7 +879,7 @@ https://github.com/edgarjs/alfred-github-repos/issues GITHUB_ACCESS_TOKEN version - 3.1.1 + 3.1.2 webaddress https://github.com/edgarjs/alfred-github-repos diff --git a/lib/version.rb b/lib/version.rb index 3d66e66..8393046 100644 --- a/lib/version.rb +++ b/lib/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true class App - VERSION = '3.1.1' + VERSION = '3.1.2' end