We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff9c0fc commit a5820f7Copy full SHA for a5820f7
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.0.0</string>
+ <string>3.1.0</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.0.0'
+ VERSION = '3.1.0'
5
end
0 commit comments