Release v3.0.2

This commit is contained in:
benweet 2013-12-05 21:08:37 +00:00
parent 06aadbbb68
commit ff6959b729
5 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
{
"name": "stackedit",
"version": "3.0.1",
"version": "3.0.2",
"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.0.1",
"version": "3.0.2",
"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": {

View File

@ -1,5 +1,5 @@
CACHE MANIFEST
#Date Thu Dec 05 2013 20:58:58
#Date Thu Dec 05 2013 21:08:36
CACHE:
res/worker.js

View File

@ -11520,7 +11520,7 @@ function printStackTrace(e) {
return e;
}), define("constants", [], function() {
var e = {};
return e.VERSION = "3.0.1", e.MAIN_URL = "https://stackedit.io/", e.GOOGLE_ANALYTICS_ACCOUNT_ID = "UA-39556145-1",
return e.VERSION = "3.0.2", 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.BITLY_ACCESS_TOKEN = "317e033bfd48cf31155a68a536b1860013b09c4c", e.DEFAULT_FILE_TITLE = "Title",

View File

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