Skip to content

Commit 9feae41

Browse files
committed
🔖 Bump up version
1 parent 90fe8b9 commit 9feae41

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

bin/src/constants/config.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
class Config {
22
Config._();
33

4-
static const String version = '1.1.0';
4+
static const String version = '1.1.1';
55
static final Uri githubRepositoryUrl =
66
Uri.https('github.com', '/techouse/alfred-gitmoji');
77
static const String algoliaApplicationId = 'WODHKE4WZG';

info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@
251251
<key>variablesdontexport</key>
252252
<array/>
253253
<key>version</key>
254-
<string>1.1.0</string>
254+
<string>1.1.1</string>
255255
<key>webaddress</key>
256256
<string>https://github.com/techouse</string>
257257
</dict>

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Search for gitmojis and copy them to the clipboard easily.
44
# Prevent accidental publishing to pub.dev.
55
publish_to: 'none'
66

7-
version: 1.1.0
7+
version: 1.1.1
88

99
environment:
1010
sdk: '>=2.17.0 <3.0.0'

0 commit comments

Comments
 (0)