diff --git a/android/fastlane/metadata/android/en-US/changelogs/68.txt b/android/fastlane/metadata/android/en-US/changelogs/68.txt new file mode 100644 index 0000000000..dc8ca27c37 --- /dev/null +++ b/android/fastlane/metadata/android/en-US/changelogs/68.txt @@ -0,0 +1 @@ +- Fixes the dead link for the Feedback Survey Form diff --git a/lib/misc/resources.dart b/lib/misc/resources.dart index bac6f73304..787a75b3ce 100644 --- a/lib/misc/resources.dart +++ b/lib/misc/resources.dart @@ -4,7 +4,8 @@ class Resources { 'https://ardrive.zendesk.com/hc/en-us/articles/5258520347419-Fund-Your-Wallet'; static const manifestLearnMoreLink = 'https://ardrive.zendesk.com/hc/en-us/articles/5300353421467-Arweave-Manifests'; - static const surveyFeedbackFormUrl = 'https://ar-io.typeform.com/UserSurvey'; + static const surveyFeedbackFormUrl = + 'https://pds-inc.typeform.com/UserSurvey'; static const helpLink = 'https://ardrive.zendesk.com/hc/en-us'; static const agreementLink = 'https://ardrive.io/tos-and-privacy/'; diff --git a/pubspec.yaml b/pubspec.yaml index d54c2fb285..423bc5705d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -3,7 +3,7 @@ description: Secure, permanent storage publish_to: 'none' -version: 2.18.0 +version: 2.19.0 environment: sdk: '>=2.18.5 <3.0.0'