aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2013-03-22 23:03:20 -0400
committerTeddy Wing2013-03-22 23:03:20 -0400
commitb79761638f7e089d40b49f545dc61bdc131b873f (patch)
tree5abc7f583eb15bbf216a66814ea8024032faa9ac
parent9858d187e6af04d3c6a6cb02dbaf703926d9804d (diff)
downloadScrumDo-Trellic-b79761638f7e089d40b49f545dc61bdc131b873f.tar.bz2
Remove '-pre' from version in manifest because Chrome didn't like it
-rw-r--r--manifest.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifest.json b/manifest.json
index 47c0991..45764ba 100644
--- a/manifest.json
+++ b/manifest.json
@@ -3,7 +3,7 @@
"name": "Better ScrumDo",
"description": "A better ScrumDo",
- "version": "0.0.1-pre",
+ "version": "0.0.1",
"background": {
"scripts": ["better-scrumdo-background.js"],