Skip to content

Commit ebdcb91

Browse files
committed
1.5
1 parent 0841f18 commit ebdcb91

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

bin/djsd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ if (%w( -h --help -help help ) & ARGV).length > 0
77
end
88

99
if ARGV.include?('-v')
10-
puts "djsd 1.3"
10+
puts "djsd 1.5"
1111
exit
1212
end
1313

builds/dotjs.crx

0 Bytes
Binary file not shown.

ext/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dotjs",
3-
"version": "1.4",
3+
"version": "1.5",
44
"description": "~/.js",
55
"icons": { "48": "icon48.png",
66
"128": "icon128.png" },

0 commit comments

Comments
 (0)