From a5d11ddf50b2aa78d218764455e5c76db214c663 Mon Sep 17 00:00:00 2001 From: Jay Ohms Date: Wed, 25 Sep 2024 10:30:56 -0400 Subject: [PATCH] Use the live iOS/Android version tags --- _source/_data/android_release.js | 3 --- _source/_data/ios_release.js | 3 --- 2 files changed, 6 deletions(-) diff --git a/_source/_data/android_release.js b/_source/_data/android_release.js index bc3fbfe..73ef640 100644 --- a/_source/_data/android_release.js +++ b/_source/_data/android_release.js @@ -1,9 +1,6 @@ const Cache = require("@11ty/eleventy-cache-assets"); module.exports = async function() { - // TODO: Update date when Android repo goes public. - return { url: "https://github.com/hotwired/hotwire-native-android", tag_name: "BETA", created_at: "2024-01-01:00:00:00" } - let json = await Cache("https://api.github.com/repos/hotwired/hotwire-native-android/releases/latest", { duration: "1d", type: "json" diff --git a/_source/_data/ios_release.js b/_source/_data/ios_release.js index eec5244..eefffa3 100644 --- a/_source/_data/ios_release.js +++ b/_source/_data/ios_release.js @@ -1,9 +1,6 @@ const Cache = require("@11ty/eleventy-cache-assets"); module.exports = async function() { - // TODO: Update date when iOS repo goes public. - return { url: "https://github.com/hotwired/hotwire-native-ios", tag_name: "BETA", created_at: "2024-01-01:00:00:00" } - let json = await Cache("https://api.github.com/repos/hotwired/hotwire-native-ios/releases/latest", { duration: "1d", type: "json"