Skip to content

Commit

Permalink
Merge pull request #1427 from ardriveapp/PE-4823-release-ar-drive-app…
Browse files Browse the repository at this point in the history
…-v-2-20-0

PE-4823: bump version and release notes
  • Loading branch information
thiagocarvalhodev authored Oct 18, 2023
2 parents 5199996 + 4d52211 commit 9fcee29
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions android/fastlane/metadata/android/en-US/changelogs/70.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- New Video Preview available when selecting video files
- The currently selected wallet address is now displayed on the login page
2 changes: 1 addition & 1 deletion assets/config/prod.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"allowedDataItemSizeForTurbo": 500000,
"enableQuickSyncAuthoring": true,
"enableMultipleFileDownload": true,
"enableVideoPreview": false,
"enableVideoPreview": true,
"enableAudioPreview": true,
"stripePublishableKey": "pk_live_51JUAtwC8apPOWkDLMQqNF9sPpfneNSPnwX8YZ8y1FNDl6v94hZIwzgFSYl27bWE4Oos8CLquunUswKrKcaDhDO6m002Yj9AeKj",
"enablePins": true
Expand Down
2 changes: 1 addition & 1 deletion assets/config/staging.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"allowedDataItemSizeForTurbo": 500000,
"enableQuickSyncAuthoring": true,
"enableMultipleFileDownload": true,
"enableVideoPreview": false,
"enableVideoPreview": true,
"enableAudioPreview": true,
"stripePublishableKey": "pk_live_51JUAtwC8apPOWkDLMQqNF9sPpfneNSPnwX8YZ8y1FNDl6v94hZIwzgFSYl27bWE4Oos8CLquunUswKrKcaDhDO6m002Yj9AeKj",
"enablePins": true
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Secure, permanent storage

publish_to: 'none'

version: 2.19.1
version: 2.20.0

environment:
sdk: '>=2.18.5 <3.0.0'
Expand Down

0 comments on commit 9fcee29

Please sign in to comment.