Skip to content

Commit

Permalink
1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
defunkt committed Feb 22, 2011
1 parent 4ee9910 commit 14f7e34
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/djsd
Expand Up @@ -7,7 +7,7 @@ if (%w( -h --help -help help ) & ARGV).length > 0
end

if ARGV.include?('-v')
puts "djsd 1.2"
puts "djsd 1.3"
exit
end

Expand Down
Binary file modified builds/dotjs.crx
Binary file not shown.
2 changes: 1 addition & 1 deletion ext/manifest.json
@@ -1,6 +1,6 @@
{
"name": "dotjs",
"version": "1.2",
"version": "1.3",
"description": "~/.js",
"icons": { "48": "icon48.png",
"128": "icon128.png" },
Expand Down

0 comments on commit 14f7e34

Please sign in to comment.