Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
benweet committed Nov 2, 2014
1 parent 78bbed5 commit 3ff1884
Show file tree
Hide file tree
Showing 14 changed files with 799 additions and 744 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.1",
"version": "4.3.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.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.1",
"version": "4.3.2",
"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
226 changes: 113 additions & 113 deletions public/cache.manifest

Large diffs are not rendered by default.

Binary file modified public/res-min/font/fontello.woff
Binary file not shown.
1,295 changes: 675 additions & 620 deletions public/res-min/main.js

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.1";
constants.VERSION = "4.3.2";
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 3ff1884

Please sign in to comment.