Release v4.0.0

This commit is contained in:
benweet 2014-08-20 23:53:01 +01:00
parent 1d1ed8bd91
commit f43e33a961
5 changed files with 4455 additions and 4763 deletions

View File

@ -1,6 +1,6 @@
{
"name": "stackedit",
"version": "3.99.15",
"version": "4.0.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": "3.0.3",

View File

@ -1,6 +1,6 @@
{
"name": "stackedit",
"version": "3.99.15",
"version": "4.0.0",
"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 Thu Aug 14 2014 12:28:20
#Date Wed Aug 20 2014 23:51:57
CACHE:
libs/MathJax/MathJax.js?config=TeX-AMS_HTML

File diff suppressed because one or more lines are too long

View File

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