Skip to content

Commit

Permalink
release: 0.9.1 (#173)
Browse files Browse the repository at this point in the history
* ci: use pip instead of pip3

* release: 0.9.1
  • Loading branch information
poppingmoon authored May 19, 2024
1 parent b9f2838 commit adcb943
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ jobs:
- name: Install codemagic-cli-tools
if: startsWith(github.ref, 'refs/tags/')
run: pip3 install codemagic-cli-tools
run: pip install codemagic-cli-tools

- name: Publish IPA
if: startsWith(github.ref, 'refs/tags/')
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: aria
description: "A client app for Misskey, a federated social media platform."
publish_to: 'none'
version: 0.9.0+14
version: 0.9.1+15

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

0 comments on commit adcb943

Please sign in to comment.