We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69d8b51 commit 2c60c91Copy full SHA for 2c60c91
assets/info.plist
@@ -879,7 +879,7 @@ https://github.com/edgarjs/alfred-github-repos/issues</string>
879
<string>GITHUB_ACCESS_TOKEN</string>
880
</array>
881
<key>version</key>
882
- <string>3.1.2</string>
+ <string>3.1.3</string>
883
<key>webaddress</key>
884
<string>https://github.com/edgarjs/alfred-github-repos</string>
885
</dict>
lib/version.rb
@@ -1,5 +1,5 @@
1
# frozen_string_literal: true
2
3
class App
4
- VERSION = '3.1.2'
+ VERSION = '3.1.3'
5
end
0 commit comments