Release v2.2.2

This commit is contained in:
benweet 2013-10-22 23:31:27 +01:00
parent ae3e92bf57
commit 9482694dff
9 changed files with 413 additions and 270 deletions

View File

@ -1,6 +1,6 @@
{
"name": "stackedit",
"version": "2.2.1",
"version": "2.2.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": "3.0.0",

View File

@ -1,6 +1,6 @@
{
"name": "stackedit",
"version": "2.2.1",
"version": "2.2.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 Sun Oct 20 2013 15:41:56
#Date Tue Oct 22 2013 23:31:27
CACHE:
res/worker.js

File diff suppressed because it is too large Load Diff

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,4 +1,4 @@
var VERSION = "2.2.1";
var VERSION = "2.2.2";
var MAIN_URL = "https://stackedit.io/";
var GOOGLE_ANALYTICS_ACCOUNT_ID = "UA-39556145-1";