Skip to content
This repository was archived by the owner on Feb 4, 2024. It is now read-only.

Commit 1daec8e

Browse files
committed
🔖 Bump version
1 parent 2655351 commit 1daec8e

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
APP_VERSION=1.0.0
1+
APP_VERSION=1.0.2
22
GITHUB_REPOSITORY_URL=https://github.com/techouse/alfred-stackexchange
33
STACK_EXCHANGE_API_VERSION=2.3
44
STACK_EXCHANGE_API_KEY=

info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@
221221
<key>variablesdontexport</key>
222222
<array/>
223223
<key>version</key>
224-
<string>1.0.1</string>
224+
<string>1.0.2</string>
225225
<key>webaddress</key>
226226
<string>https://github.com/techouse/alfred-stackoverflow</string>
227227
</dict>

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Search for answers on StackOverflow from Alfred
44
# Prevent accidental publishing to pub.dev.
55
publish_to: 'none'
66

7-
version: 1.0.1
7+
version: 1.0.2
88

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

0 commit comments

Comments
 (0)