Release v2.0.3

This commit is contained in:
benweet 2013-09-04 00:36:42 +01:00
parent b9b0537d75
commit 1595ccce93
6 changed files with 8 additions and 8 deletions

View File

@ -1,6 +1,6 @@
{
"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.",
"dependencies": {
"bootstrap": "3.0.0",

View File

@ -1,5 +1,5 @@
CACHE MANIFEST
#Date Wed Sep 04 2013 00:02:28
#Date Wed Sep 04 2013 00:36:42
CACHE:
index.html

View File

@ -1,6 +1,6 @@
{
"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.",
"main": "res/main.js",
"directories": {

File diff suppressed because one or more lines are too long

View File

@ -1,4 +1,4 @@
var VERSION = "2.0.2";
var VERSION = "2.0.3";
var MAIN_URL = "http://benweet.github.io/stackedit/";
var GOOGLE_ANALYTICS_ACCOUNT_ID = "UA-39556145-1";

View File

@ -35,7 +35,7 @@ define([
{
element: ".navbar-inner",
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",
},
{