We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 130d106 commit 78fa83aCopy full SHA for 78fa83a
2 files changed
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.9"
+ puts "djsd 1.9.1"
11
exit
12
13
ext/manifest.json
@@ -1,7 +1,7 @@
1
{
2
"name": "dotjs",
3
"manifest_version": 2,
4
- "version": "1.9",
+ "version": "1.9.1",
5
"description": "~/.js",
6
"icons": { "48": "icon48.png",
"128": "icon128.png" },
0 commit comments