We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6a131c commit 2c0f93fCopy full SHA for 2c0f93f
lib/Hotkey.js
@@ -1,4 +1,5 @@
1
var { Hotkey } = require("sdk/hotkeys"),
2
+ File = require("./File"),
3
Selection = require("./Selection");
4
5
exports.init = function() {
package.json
@@ -5,7 +5,7 @@
"description": "Saves highlighted text to a file in a specified directory",
6
"author": "Robert Byrne",
7
"license": "GNU GPL v3",
8
- "version": "2.1.1",
+ "version": "2.1.2",
9
"preferences": [{
10
"name": "fileName",
11
"title": "File name?",
0 commit comments