From a5820f757cba5a2eb3042ac06d8823b0d80c0b44 Mon Sep 17 00:00:00 2001 From: Edgar Suarez Date: Sun, 14 Feb 2021 10:33:37 -0600 Subject: [PATCH] Bump version 3.1.0 --- 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 8c0ac0d..7367fa5 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.0.0 + 3.1.0 webaddress https://github.com/edgarjs/alfred-github-repos diff --git a/lib/version.rb b/lib/version.rb index b37d88e..1376ef8 100644 --- a/lib/version.rb +++ b/lib/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true class App - VERSION = '3.0.0' + VERSION = '3.1.0' end