Release v3.1.10

This commit is contained in:
benweet 2014-03-19 23:13:18 +00:00
parent 3f8d96eb48
commit b97285adee
9 changed files with 1265 additions and 746 deletions

View File

@ -1,6 +1,6 @@
{
"name": "stackedit",
"version": "3.1.9",
"version": "3.1.10",
"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.9",
"version": "3.1.10",
"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 16 2014 16:48:09
#Date Wed Mar 19 2014 23:13:17
CACHE:
res/worker.js
@ -11,6 +11,8 @@ libs/MathJax/images/MenuArrow-15.png
libs/MathJax/jax/output/HTML-CSS/jax.js
#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.woff
res-min/font/OpenSans-BoldItalic-webfont.svg

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

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