diff --git a/assets/info.plist b/assets/info.plist
index 66a990d..dbc15b0 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.2
+ 3.1.3
webaddress
https://github.com/edgarjs/alfred-github-repos
diff --git a/lib/version.rb b/lib/version.rb
index 8393046..3227352 100644
--- a/lib/version.rb
+++ b/lib/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
class App
- VERSION = '3.1.2'
+ VERSION = '3.1.3'
end