Skip to content

Commit

Permalink
version updated to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
k2nr committed Oct 18, 2011
1 parent 5e01621 commit 81b0acd
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 7 deletions.
4 changes: 2 additions & 2 deletions background.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions coffee/background.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -270,10 +270,11 @@ g.bg =
)

storedVersion = localStorage.version
unless storedVersion? and storedVersion == g.VICHROME_VERSION
if storedVersion? and storedVersion != g.VICHROME_VERSION
req = {}
req.args = []
req.args.push "https://github.com/k2nr/ViChrome/wiki/Release-History"
@reqOpenNewTab( req )
localStorage.version = g.VICHROME_VERSION

localStorage.version = g.VICHROME_VERSION

2 changes: 1 addition & 1 deletion coffee/utils.coffee
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
g = this
g.VICHROME_VERSION = "0.5.2"
g.VICHROME_VERSION = "0.6.0"

g.object = (obj) ->
F = ->
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Vichrome",
"version": "0.5.2",
"version": "0.6.0",
"description": "vi like interface for Google Chrome™. For every Google Chrome™ user who hate using a mouse.",
"background_page": "background.html",
"options_page": "options.html",
Expand Down
2 changes: 1 addition & 1 deletion pub.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ rm vichrome.zip
cd coffee
build.sh
cd ..
zip vichrome.zip *.js manifest.json *.html lib/**/* icons/* css/*
zip vichrome.zip *.js manifest.json *.html lib/* lib/dicts/* icons/* css/*

Empty file modified utils.js
100644 → 100755
Empty file.

0 comments on commit 81b0acd

Please sign in to comment.