Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
benweet committed Dec 15, 2014
1 parent 65d2c6c commit ffba11f
Show file tree
Hide file tree
Showing 13 changed files with 366 additions and 362 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stackedit",
"version": "4.3.2",
"version": "4.3.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.3",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stackedit",
"version": "4.3.2",
"version": "4.3.3",
"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",
Expand Down
248 changes: 124 additions & 124 deletions public/cache.manifest

Large diffs are not rendered by default.

458 changes: 231 additions & 227 deletions public/res-min/main.js
100755 → 100644

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/res-min/themes/base.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/res-min/themes/blue.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/res-min/themes/default.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/res-min/themes/gray.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/res-min/themes/night.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/res-min/themes/school.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/res-min/themes/solarized-dark.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/res-min/themes/solarized-light.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/res/constants.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
define([], function() {
var constants = {};
constants.VERSION = "4.3.2";
constants.VERSION = "4.3.3";
constants.MAIN_URL = "https://stackedit.io/";
constants.GOOGLE_ANALYTICS_ACCOUNT_ID = "UA-39556145-1";
constants.GOOGLE_API_KEY = "AIzaSyAeCU8CGcSkn0z9js6iocHuPBX4f_mMWkw";
Expand Down

0 comments on commit ffba11f

Please sign in to comment.