Skip to content

Commit

Permalink
Use the live iOS/Android version tags
Browse files Browse the repository at this point in the history
  • Loading branch information
jayohms committed Sep 25, 2024
1 parent 0c66a2e commit a5d11dd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions _source/_data/android_release.js
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
3 changes: 0 additions & 3 deletions _source/_data/ios_release.js
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit a5d11dd

Please sign in to comment.