Release v3.1.0
This commit is contained in:
parent
c923377740
commit
18ca93c484
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "stackedit",
|
||||
"version": "3.0.3",
|
||||
"version": "3.1.0",
|
||||
"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": "v3.0.0",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "stackedit",
|
||||
"version": "3.0.3",
|
||||
"version": "3.1.0",
|
||||
"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",
|
||||
"directories": {
|
||||
|
@ -1,5 +1,5 @@
|
||||
CACHE MANIFEST
|
||||
#Date Fri Dec 27 2013 23:03:41
|
||||
#Date Fri Dec 27 2013 23:34:37
|
||||
|
||||
CACHE:
|
||||
res/worker.js
|
||||
|
@ -11520,7 +11520,7 @@ function printStackTrace(e) {
|
||||
return e;
|
||||
}), define("constants", [], function() {
|
||||
var e = {};
|
||||
return e.VERSION = "3.0.3", e.MAIN_URL = "https://stackedit.io/", e.GOOGLE_ANALYTICS_ACCOUNT_ID = "UA-39556145-1",
|
||||
return e.VERSION = "3.1.0", 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",
|
||||
@ -22963,7 +22963,7 @@ function() {
|
||||
e.tooltip("hide").removeClass("info-tooltip");
|
||||
}), setTimeout(function() {
|
||||
e.tooltip("hide").removeClass("info-tooltip");
|
||||
}, 1e4);
|
||||
}, 3e4);
|
||||
},
|
||||
template: [ '<div class="popover tour">', ' <div class="arrow"></div>', ' <h3 class="popover-title"></h3>', ' <div class="popover-content"></div>', ' <nav class="popover-navigation">', ' <button class="btn btn-primary" data-role="next">Next</button>', ' <button class="btn btn-default" data-role="end">Got it!</button>', " </nav>", "</div>" ].join("")
|
||||
});
|
||||
|
@ -1,6 +1,6 @@
|
||||
define([], function() {
|
||||
var constants = {};
|
||||
constants.VERSION = "3.0.3";
|
||||
constants.VERSION = "3.1.0";
|
||||
|
||||
constants.MAIN_URL = "https://stackedit.io/";
|
||||
constants.GOOGLE_ANALYTICS_ACCOUNT_ID = "UA-39556145-1";
|
||||
|
Loading…
Reference in New Issue
Block a user