Skip to content

Commit

Permalink
🔖 release v1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
techouse committed Feb 3, 2024
1 parent 5771780 commit 5064843
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@
<key>escaping</key>
<integer>102</integer>
<key>script</key>
<string>arch -x86_64 ./workflow -u</string>
<string>[ "$(uname -m)" = "arm64" ] &amp;&amp; ./workflow -u || ./workflow_intel -u</string>
<key>scriptargtype</key>
<integer>1</integer>
<key>scriptfile</key>
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: Search for gitmojis and copy them to the clipboard easily.
# Prevent accidental publishing to pub.dev.
publish_to: 'none'

version: 1.3.0
version: 1.3.1

environment:
sdk: '>=3.2.0 <4.0.0'
Expand Down

0 comments on commit 5064843

Please sign in to comment.