diff --git a/CNAME b/CNAME new file mode 100644 index 0000000..2d8080c --- /dev/null +++ b/CNAME @@ -0,0 +1 @@ +releases.landrop.app \ No newline at end of file diff --git a/LANDrop-flutter-latest-android.apk b/LANDrop-flutter-latest-android.apk new file mode 100644 index 0000000..e08744d Binary files /dev/null and b/LANDrop-flutter-latest-android.apk differ diff --git a/LANDrop-latest-linux.AppImage b/LANDrop-latest-linux.AppImage new file mode 100755 index 0000000..9907608 Binary files /dev/null and b/LANDrop-latest-linux.AppImage differ diff --git a/LANDrop-latest-macos-intel.dmg b/LANDrop-latest-macos-intel.dmg new file mode 100644 index 0000000..8f3c498 Binary files /dev/null and b/LANDrop-latest-macos-intel.dmg differ diff --git a/LANDrop-latest-macos.dmg b/LANDrop-latest-macos.dmg new file mode 100644 index 0000000..78b5499 Binary files /dev/null and b/LANDrop-latest-macos.dmg differ diff --git a/LANDrop-latest-win.zip b/LANDrop-latest-win.zip new file mode 100644 index 0000000..2f4f0ac Binary files /dev/null and b/LANDrop-latest-win.zip differ diff --git a/versions.json b/versions.json new file mode 100644 index 0000000..6919ead --- /dev/null +++ b/versions.json @@ -0,0 +1,17 @@ +{ + "android": "2.7.0", + "desktop": "2.4.0", + "ios": "2.7.0", + "release_notes": { + "en": { + "android": "New version 2.7.0 released! You can now send files to nearby devices without having to connect to the same Wi-Fi!", + "desktop": "New version 2.4.0 released!", + "ios": "New version 2.7.0 released! You can now send files to nearby devices without having to connect to the same Wi-Fi!" + }, + "zh": { + "android": "发现新版本 2.7.0!您现在可以在不连接相同 Wi-Fi 的情况下向附近设备发送文件了!", + "desktop": "发现新版本 2.4.0!", + "ios": "发现新版本 2.7.0!您现在可以在不连接相同 Wi-Fi 的情况下向附近设备发送文件了!" + } + } +}