From 608ffd32290c1bac5d4c17d2455e00b899db9661 Mon Sep 17 00:00:00 2001 From: Benoit Schweblin Date: Wed, 27 Sep 2017 21:12:35 +0100 Subject: [PATCH] Prepare release --- bower.json | 2 +- package.json | 2 +- public/res-min/main.js | 2 +- public/res/constants.js | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bower.json b/bower.json index 4fe35bc9..42ee28d2 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "stackedit", - "version": "4.3.16", + "version": "4.3.17", "description": "StackEdit is a free, open-source Markdown editor based on PageDown, the Markdown library used by Stack Overflow and the other Stack Exchange sites.", "dependencies": { "bootstrap": "3.0.3", diff --git a/package.json b/package.json index d5d007ef..8f75a281 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stackedit", - "version": "4.3.16", + "version": "4.3.17", "description": "StackEdit is a free, open-source Markdown editor based on PageDown, the Markdown library used by Stack Overflow and the other Stack Exchange sites.", "main": "res/main.js", "engines": { diff --git a/public/res-min/main.js b/public/res-min/main.js index b8d06541..ad036aa9 100644 --- a/public/res-min/main.js +++ b/public/res-min/main.js @@ -7208,7 +7208,7 @@ var saveAs = saveAs || function(e) { }, utils; }), define("constants", [], function() { var e = {}; - return e.VERSION = "4.3.16", e.MAIN_URL = "https://stackedit.io/", e.GOOGLE_ANALYTICS_ACCOUNT_ID = "UA-39556145-1", + return e.VERSION = "4.3.17", e.MAIN_URL = "https://stackedit.io/", e.GOOGLE_ANALYTICS_ACCOUNT_ID = "UA-39556145-1", e.GOOGLE_API_KEY = "AIzaSyAeCU8CGcSkn0z9js6iocHuPBX4f_mMWkw", e.GOOGLE_DRIVE_APP_ID = "241271498917", e.DROPBOX_APP_KEY = "lq6mwopab8wskas", e.DROPBOX_APP_SECRET = "851fgnucpezy84t", e.DROPBOX_RESTRICTED_APP_KEY = "sw0hlixhr8q1xk0", e.DROPBOX_RESTRICTED_APP_SECRET = "1r808p2xygs6lbg", diff --git a/public/res/constants.js b/public/res/constants.js index dbad39d0..db21897c 100644 --- a/public/res/constants.js +++ b/public/res/constants.js @@ -1,6 +1,6 @@ define([], function() { var constants = {}; - constants.VERSION = "4.3.16"; + constants.VERSION = "4.3.17"; constants.MAIN_URL = "https://stackedit.io/"; constants.GOOGLE_ANALYTICS_ACCOUNT_ID = "UA-39556145-1"; constants.GOOGLE_API_KEY = "AIzaSyAeCU8CGcSkn0z9js6iocHuPBX4f_mMWkw";