Release v3.1.14

This commit is contained in:
benweet 2014-05-26 08:53:04 +01:00
parent 7347ddd291
commit 8dc7707d3e
5 changed files with 7 additions and 7 deletions

View File

@ -1,6 +1,6 @@
{
"name": "stackedit",
"version": "3.1.13",
"version": "3.1.14",
"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.13",
"version": "3.1.14",
"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 Mon Apr 21 2014 18:27:03
#Date Mon May 26 2014 08:53:04
CACHE:
res/worker.js

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.13";
constants.VERSION = "3.1.14";
constants.MAIN_URL = "https://stackedit.io/";
constants.GOOGLE_ANALYTICS_ACCOUNT_ID = "UA-39556145-1";