Skip to content

Commit 78fa83a

Browse files
committed
1.9.1
1 parent 130d106 commit 78fa83a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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.9"
10+
puts "djsd 1.9.1"
1111
exit
1212
end
1313

ext/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "dotjs",
33
"manifest_version": 2,
4-
"version": "1.9",
4+
"version": "1.9.1",
55
"description": "~/.js",
66
"icons": { "48": "icon48.png",
77
"128": "icon128.png" },

0 commit comments

Comments
 (0)