[Pkg-mozext-commits] [gcontactsync] 12/17: Added version 1.1.1
David Prévot
taffit at moszumanska.debian.org
Sat Nov 1 23:37:02 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository gcontactsync.
commit 8b66b7822fee11491cacda51f6124cf04e222120
Author: Josh Geenen <joshgeenen at gmail.com>
Date: Sun Oct 26 14:01:59 2014 -0500
Added version 1.1.1
---
build.sh | 2 +-
downloads/gContactSync-1.1.1.xpi | Bin 0 -> 308032 bytes
src/content/synonyms.js | 2 +-
src/install.rdf | 2 +-
4 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/build.sh b/build.sh
index 3ca6ce7..269bc42 100755
--- a/build.sh
+++ b/build.sh
@@ -8,7 +8,7 @@
# NOTE: The VERSION here is just used for the package name
# Edit install.rdf and content/synonyms.js to change the actual VERSION
-VERSION=1.1.0
+VERSION=1.1.1
SRC_DIR=./src
# Dest should be absolute or relative to SRC_DIR
diff --git a/downloads/gContactSync-1.1.1.xpi b/downloads/gContactSync-1.1.1.xpi
new file mode 100644
index 0000000..88ab4ca
Binary files /dev/null and b/downloads/gContactSync-1.1.1.xpi differ
diff --git a/src/content/synonyms.js b/src/content/synonyms.js
index 6fde99a..e49ee5a 100644
--- a/src/content/synonyms.js
+++ b/src/content/synonyms.js
@@ -49,7 +49,7 @@ com.gContactSync.versionMajor = "1";
/** The minor version of gContactSync (ie 3 in 0.3.0b1) */
com.gContactSync.versionMinor = "1";
/** The release for the current version of gContactSync (ie 1 in 0.3.1a7) */
-com.gContactSync.versionRelease = "0";
+com.gContactSync.versionRelease = "1";
/** The suffix for the current version of gContactSync (ie a7 for Alpha 7) */
com.gContactSync.versionSuffix = "";
/** The attribute where the dummy e-mail address is stored */
diff --git a/src/install.rdf b/src/install.rdf
index 0a6013c..998ada6 100644
--- a/src/install.rdf
+++ b/src/install.rdf
@@ -3,7 +3,7 @@
xmlns:em="http://www.mozilla.org/2004/em-rdf#">
<Description about="urn:mozilla:install-manifest">
<em:id>gContactSync at pirules.net</em:id>
- <em:version>1.1.0</em:version>
+ <em:version>1.1.1</em:version>
<em:name>gContactSync</em:name>
<em:description>Synchronizes Google Contacts with Thunderbird</em:description>
<em:creator>Josh Geenen</em:creator>
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/gcontactsync.git
More information about the Pkg-mozext-commits
mailing list