Release v3.1.7

This commit is contained in:
benweet 2014-02-02 22:08:13 +00:00
parent 854e804b48
commit f9322ffee7
5 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
{
"name": "stackedit",
"version": "3.1.6",
"version": "3.1.7",
"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",

View File

@ -1,6 +1,6 @@
{
"name": "stackedit",
"version": "3.1.6",
"version": "3.1.7",
"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.",
"main": "res/main.js",

View File

@ -1,5 +1,5 @@
CACHE MANIFEST
#Date Sun Feb 02 2014 22:01:16
#Date Sun Feb 02 2014 22:08:12
CACHE:
res/worker.js

View File

@ -11520,7 +11520,7 @@ function printStackTrace(e) {
return e;
}), define("constants", [], function() {
var e = {};
return e.VERSION = "3.1.6", e.MAIN_URL = "https://stackedit.io/", e.GOOGLE_ANALYTICS_ACCOUNT_ID = "UA-39556145-1",
return e.VERSION = "3.1.7", 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",
@ -20422,7 +20422,7 @@ function() {
}), define("extensions/twitter", [ "jquery", "underscore", "constants", "utils", "classes/Extension" ], function(e, t, n, i, o) {
var r = new o("twitter", "Twitter", !1, !0), s = !1, a = !1, l = function() {
s === !1 && a === !1 && e.ajax({
url: "http://platform.twitter.com/widgets.js",
url: "https://platform.twitter.com/widgets.js",
dataType: "script"
}).done(function() {
s = !0;

View File

@ -1,6 +1,6 @@
define([], function() {
var constants = {};
constants.VERSION = "3.1.6";
constants.VERSION = "3.1.7";
constants.MAIN_URL = "https://stackedit.io/";
constants.GOOGLE_ANALYTICS_ACCOUNT_ID = "UA-39556145-1";