Skip to content

Commit

Permalink
update release metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
marcustyphoon authored and github-actions[bot] committed Nov 7, 2024
1 parent fbd9bb0 commit 07dc30f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Extensions/dist/page/FirefoxUpdate.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"@new-xkit": {
"updates": [
{
"version": "7.9.2",
"update_link": "https://github.com/new-xkit/XKit/releases/download/v7.9.2/new_xkit-7.9.2.xpi"
"version": "7.12.15",
"update_link": "https://github.com/new-xkit/XKit/releases/download/v7.12.15/new_xkit-7.12.15.xpi"
}
]
}
Expand Down
6 changes: 3 additions & 3 deletions Extensions/dist/page/FirefoxUpdate.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<!-- Each li is a different version of the same add-on -->
<RDF:li>
<RDF:Description>
<em:version>7.9.2</em:version> <!-- This is the version number of the add-on -->
<em:version>7.12.15</em:version> <!-- This is the version number of the add-on -->

<!-- One targetApplication for each application the add-on is compatible with -->
<em:targetApplication>
Expand All @@ -22,7 +22,7 @@
<em:maxVersion>*</em:maxVersion>

<!-- This is where this version of the add-on will be downloaded from -->
<em:updateLink>https://github.com/new-xkit/XKit/releases/download/v7.9.2/new_xkit-7.9.2.xpi</em:updateLink>
<em:updateLink>https://github.com/new-xkit/XKit/releases/download/v7.12.15/new_xkit-7.12.15.xpi</em:updateLink>

<!-- A page describing what is new in this updated version -->
<!-- <em:updateInfoURL></em:updateInfoURL> -->
Expand All @@ -37,7 +37,7 @@
<em:maxVersion>*</em:maxVersion>

<!-- This is where this version of the add-on will be downloaded from -->
<em:updateLink>https://github.com/new-xkit/XKit/releases/download/v7.9.2/new_xkit-7.9.2.xpi</em:updateLink>
<em:updateLink>https://github.com/new-xkit/XKit/releases/download/v7.12.15/new_xkit-7.12.15.xpi</em:updateLink>

<!-- A page describing what is new in this updated version -->
<!-- <em:updateInfoURL></em:updateInfoURL> -->
Expand Down
2 changes: 1 addition & 1 deletion Extensions/dist/page/framework_version.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"server":"up","frameworks":[{"name":"firefox","version":"7.9.2"},{"name":"chrome","version":"7.9.2"},{"name":"safari","version":"7.7.3"}]}
{"server":"up","frameworks":[{"name":"firefox","version":"7.12.15"},{"name":"chrome","version":"7.12.15"},{"name":"safari","version":"7.7.3"}]}

0 comments on commit 07dc30f

Please sign in to comment.