Skip to content

Commit

Permalink
v0.6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
scripting committed Oct 11, 2018
1 parent 9d34316 commit 3c23dee
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions english.js
@@ -1,4 +1,4 @@
var myProductName = "english", myVersion = "0.6.6";
var myProductName = "english", myVersion = "0.6.7";

const fs = require ("fs");
const davehttp = require ("davehttp");
Expand All @@ -11,10 +11,10 @@ var config = {
flAllowAccessFromAnywhere: true,
flPostEnabled: true,
userAgent: myProductName + " v" + myVersion,
urlEnglishApp: "http://scripting.com/english/testing/" //9/16/18 by DW
urlEditorApp: "http://scripting.com/english/testing/" //9/16/18 by DW
};

const fnameConfig = "config.json";

function readConfig (callback) {
utils.sureFilePath (fnameConfig, function () {
fs.readFile (fnameConfig, function (err, data) {
Expand Down
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -2,10 +2,11 @@
"name": "english",
"description": "The server behind the English editor.",
"author": "Dave Winer <dave@smallpicture.com>",
"version": "0.6.6",
"version": "0.6.7",
"dependencies" : {
"davehttp": "*",
"daveutils": "*",
"daverss": "*",
"githubpub": "*",
"js-yaml": "*",
"querystring": "*",
Expand Down

0 comments on commit 3c23dee

Please sign in to comment.