Skip to content

Commit

Permalink
fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
frnandu committed Aug 26, 2023
1 parent efc4ed6 commit 58a6fa4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ jobs:
# run: flutter build appbundle


# build_linux:
# build_linux:

# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v3
Expand All @@ -67,7 +68,7 @@ jobs:
# architecture: x64 # optional, x64 or arm64
# - run: |
# sudo apt-get update -y
# sudo apt-get install -y ninja-build libgtk-3-dev libfuse2
# sudo apt-get install -y ninja-build libgtk-3-dev libfuse2 libsecret-1-dev libjsoncpp-dev libsecret-1-0 libsecret-tools
# - run: flutter config --enable-linux-desktop
# - run: flutter pub get
# # - run: flutter test
Expand All @@ -77,6 +78,7 @@ jobs:
# - run: cp -r build/linux/x64/release/bundle/* Yana.AppDir/
# - run: cp -r assets/imgs/logo/logo.png Yana.AppDir/
# - run: ./appimagetool-x86_64.AppImage Yana.AppDir/

# - name: 'Artifact'
# uses: actions/upload-artifact@v2
# with:
Expand Down
1 change: 1 addition & 0 deletions ROADMAP.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
- ~~get relays list immediately after login~~
- ~~some kind of loader when click Login~~

- fix loader on web
- badges when something new in home/notifications/DMS
- try to load images using Isolate and compute, so that feed scrolling does not freeze while loading images
- allow to login with npub
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
# In Windows, build-name is used as the major, minor, and patch parts
# of the product and file versions while build-number is used as the build suffix.
version: 0.4.0
version: 0.4.3


environment:
Expand Down

0 comments on commit 58a6fa4

Please sign in to comment.