Release v3.1.11
This commit is contained in:
parent
b97285adee
commit
ecc82c7630
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "stackedit",
|
"name": "stackedit",
|
||||||
"version": "3.1.10",
|
"version": "3.1.11",
|
||||||
"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.",
|
"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": {
|
"dependencies": {
|
||||||
"bootstrap": "v3.0.0",
|
"bootstrap": "v3.0.0",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "stackedit",
|
"name": "stackedit",
|
||||||
"version": "3.1.10",
|
"version": "3.1.11",
|
||||||
"private": true,
|
"private": true,
|
||||||
"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.",
|
"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",
|
"main": "res/main.js",
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
CACHE MANIFEST
|
CACHE MANIFEST
|
||||||
#Date Wed Mar 19 2014 23:13:17
|
#Date Wed Mar 19 2014 23:17:52
|
||||||
|
|
||||||
CACHE:
|
CACHE:
|
||||||
res/worker.js
|
res/worker.js
|
||||||
@ -11,8 +11,6 @@ libs/MathJax/images/MenuArrow-15.png
|
|||||||
libs/MathJax/jax/output/HTML-CSS/jax.js
|
libs/MathJax/jax/output/HTML-CSS/jax.js
|
||||||
|
|
||||||
#DynamicResourcesBegin
|
#DynamicResourcesBegin
|
||||||
res-min/font/Inconsolata-Bold-webfont.woff
|
|
||||||
res-min/font/Inconsolata-Regular-webfont.woff
|
|
||||||
res-min/font/OpenSans-Bold-webfont.svg
|
res-min/font/OpenSans-Bold-webfont.svg
|
||||||
res-min/font/OpenSans-Bold-webfont.woff
|
res-min/font/OpenSans-Bold-webfont.woff
|
||||||
res-min/font/OpenSans-BoldItalic-webfont.svg
|
res-min/font/OpenSans-BoldItalic-webfont.svg
|
||||||
|
@ -12054,7 +12054,7 @@ function printStackTrace(e) {
|
|||||||
return e;
|
return e;
|
||||||
}), define("constants", [], function() {
|
}), define("constants", [], function() {
|
||||||
var e = {};
|
var e = {};
|
||||||
return e.VERSION = "3.1.10", e.MAIN_URL = "https://stackedit.io/", e.GOOGLE_ANALYTICS_ACCOUNT_ID = "UA-39556145-1",
|
return e.VERSION = "3.1.11", 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.GOOGLE_API_KEY = "AIzaSyAeCU8CGcSkn0z9js6iocHuPBX4f_mMWkw", e.GOOGLE_DRIVE_APP_ID = "241271498917",
|
||||||
e.DROPBOX_APP_KEY = "lq6mwopab8wskas", e.DROPBOX_APP_SECRET = "851fgnucpezy84t",
|
e.DROPBOX_APP_KEY = "lq6mwopab8wskas", e.DROPBOX_APP_SECRET = "851fgnucpezy84t",
|
||||||
e.DROPBOX_RESTRICTED_APP_KEY = "sw0hlixhr8q1xk0", e.DROPBOX_RESTRICTED_APP_SECRET = "1r808p2xygs6lbg",
|
e.DROPBOX_RESTRICTED_APP_KEY = "sw0hlixhr8q1xk0", e.DROPBOX_RESTRICTED_APP_SECRET = "1r808p2xygs6lbg",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
define([], function() {
|
define([], function() {
|
||||||
var constants = {};
|
var constants = {};
|
||||||
constants.VERSION = "3.1.10";
|
constants.VERSION = "3.1.11";
|
||||||
|
|
||||||
constants.MAIN_URL = "https://stackedit.io/";
|
constants.MAIN_URL = "https://stackedit.io/";
|
||||||
constants.GOOGLE_ANALYTICS_ACCOUNT_ID = "UA-39556145-1";
|
constants.GOOGLE_ANALYTICS_ACCOUNT_ID = "UA-39556145-1";
|
||||||
|
Loading…
Reference in New Issue
Block a user