Skip to content

Commit 2c60c91

Browse files
committedJul 27, 2021
Bump version 3.1.3
1 parent 69d8b51 commit 2c60c91

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎assets/info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -879,7 +879,7 @@ https://github.com/edgarjs/alfred-github-repos/issues</string>
879879
<string>GITHUB_ACCESS_TOKEN</string>
880880
</array>
881881
<key>version</key>
882-
<string>3.1.2</string>
882+
<string>3.1.3</string>
883883
<key>webaddress</key>
884884
<string>https://github.com/edgarjs/alfred-github-repos</string>
885885
</dict>

‎lib/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
class App
4-
VERSION = '3.1.2'
4+
VERSION = '3.1.3'
55
end

0 commit comments

Comments
 (0)
Failed to load comments.