Add version name to the release builds

Change-Id: I421c5c57213ba96fd23d7b3abc1e02564fc216ed
diff --git a/release.bash b/release.bash
index 4e6a436..1a8801c 100644
--- a/release.bash
+++ b/release.bash
@@ -63,8 +63,8 @@
 
 # Create ZIP file for upload to the Chrome Web Store
 mkdir -p out
-rm -rf out/infinitegforums-$channel.zip
-zip -rq out/infinitegforums-$channel.zip src -x *.git*
+rm -rf out/infinitegforums-$version-$channel.zip
+zip -rq out/infinitegforums-$version-$channel.zip src -x *.git*
 
 # Revert manifest.json changes
 set_manifest_field "version" "0"