Release v2.0.3
This commit is contained in:
parent
b9b0537d75
commit
1595ccce93
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "stackedit",
|
"name": "stackedit",
|
||||||
"version": "2.0.2",
|
"version": "2.0.3",
|
||||||
"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.",
|
"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": {
|
"dependencies": {
|
||||||
"bootstrap": "3.0.0",
|
"bootstrap": "3.0.0",
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
CACHE MANIFEST
|
CACHE MANIFEST
|
||||||
#Date Wed Sep 04 2013 00:02:28
|
#Date Wed Sep 04 2013 00:36:42
|
||||||
|
|
||||||
CACHE:
|
CACHE:
|
||||||
index.html
|
index.html
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "stackedit",
|
"name": "stackedit",
|
||||||
"version": "2.0.2",
|
"version": "2.0.3",
|
||||||
"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.",
|
"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",
|
"main": "res/main.js",
|
||||||
"directories": {
|
"directories": {
|
||||||
|
File diff suppressed because one or more lines are too long
@ -1,4 +1,4 @@
|
|||||||
var VERSION = "2.0.2";
|
var VERSION = "2.0.3";
|
||||||
|
|
||||||
var MAIN_URL = "http://benweet.github.io/stackedit/";
|
var MAIN_URL = "http://benweet.github.io/stackedit/";
|
||||||
var GOOGLE_ANALYTICS_ACCOUNT_ID = "UA-39556145-1";
|
var GOOGLE_ANALYTICS_ACCOUNT_ID = "UA-39556145-1";
|
||||||
|
@ -35,7 +35,7 @@ define([
|
|||||||
{
|
{
|
||||||
element: ".navbar-inner",
|
element: ".navbar-inner",
|
||||||
title: "Welcome to StackEdit 2.0",
|
title: "Welcome to StackEdit 2.0",
|
||||||
content: "Please click <code>Next</code> to start a small tour.",
|
content: "Please click <code>Next</code> to take a quick tour.",
|
||||||
placement: "bottom",
|
placement: "bottom",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user