We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0841f18 commit ebdcb91Copy full SHA for ebdcb91
bin/djsd
@@ -7,7 +7,7 @@ if (%w( -h --help -help help ) & ARGV).length > 0
7
end
8
9
if ARGV.include?('-v')
10
- puts "djsd 1.3"
+ puts "djsd 1.5"
11
exit
12
13
builds/dotjs.crx
0 Bytes
ext/manifest.json
@@ -1,6 +1,6 @@
1
{
2
"name": "dotjs",
3
- "version": "1.4",
+ "version": "1.5",
4
"description": "~/.js",
5
"icons": { "48": "icon48.png",
6
"128": "icon128.png" },
0 commit comments