Skip to content
This repository has been archived by the owner on Oct 11, 2020. It is now read-only.

Commit

Permalink
v2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hultmann committed May 29, 2014
1 parent 742722b commit 2878854
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
b.add_text("locale/${locale}/extension.properties")
b.add_text("locale/${locale}/about-multifox.properties")

b.set_var("EXT_VERSION", "2.1.1beta1")
b.set_var("EXT_VERSION", "2.2.0")
verEx = build_tools.getVersionedString(changeset, b.get_var("EXT_VERSION"))

if changeset == None:
Expand Down
6 changes: 5 additions & 1 deletion src/update.rdf
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
<?xml version="1.0"?>
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->

<RDF:RDF xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:em="http://www.mozilla.org/2004/em-rdf#">

<RDF:Description about="urn:mozilla:extension:${EXT_ID}">
Expand All @@ -18,7 +22,7 @@
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
<em:minVersion>${APP_MIN_VERSION}</em:minVersion>
<em:maxVersion>${APP_MAX_VERSION}</em:maxVersion>
<em:updateLink>https://multifox.googlecode.com/files/${XPI_NAME}</em:updateLink>
<em:updateLink>https://github.com/hultmann/multifox/releases/download/${EXT_VERSION}/${XPI_NAME}</em:updateLink>
<em:updateHash>${XPI_HASH}</em:updateHash>
</RDF:Description>

Expand Down

0 comments on commit 2878854

Please sign in to comment.