Beta release 3.99.11

This commit is contained in:
benweet 2014-06-12 21:16:58 +01:00
parent bef54c64b8
commit dbffbab1f6
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{
"name": "stackedit",
"version": "3.99.10",
"version": "3.99.11",
"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.3",

View File

@ -1,6 +1,6 @@
{
"name": "stackedit",
"version": "3.99.10",
"version": "3.99.11",
"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,6 +1,6 @@
define([], function() {
var constants = {};
constants.VERSION = "3.99.10";
constants.VERSION = "3.99.11";
constants.MAIN_URL = "https://stackedit.io/";
constants.GOOGLE_ANALYTICS_ACCOUNT_ID = "UA-39556145-1";
constants.GOOGLE_API_KEY = "AIzaSyAeCU8CGcSkn0z9js6iocHuPBX4f_mMWkw";