From 4b1b7621001aba8d4e8862d7cd86c2655f1434d0 Mon Sep 17 00:00:00 2001 From: Richard Woodbury Date: Sun, 10 May 2015 01:09:53 -0400 Subject: [PATCH] Bump version to v0.2.10. I am now leaving out the final number in these commit messages, as they are just build numbers that are generated on the system, and are not formalized. --- src/manifest.json.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/manifest.json.template b/src/manifest.json.template index c8cfcb9..7c82a1c 100644 --- a/src/manifest.json.template +++ b/src/manifest.json.template @@ -4,7 +4,7 @@ "name": "${NAME}", "description": "${DESCRIPTION}", "offline_enabled": true, - "version": "0.2.9.${BUILD_NUM}", + "version": "0.2.10.${BUILD_NUM}", "app": { "background": { "scripts": ["background.js"]