Whats new?
+
+
2.1.0
+
+ - TypeScript - Now you can code in TypeScript too!
+ - Stylus Preprocessor - Stylus supported adding for CSS.
+ - Code Folding - Collapse large code blocks for easy editing.
+ - Bugfix - Support JSX in JavaScript.
+ - Better onboarding for first time users.
+ - Like it? Please rate Web Maker
+
+
2.0.0
@@ -290,8 +301,7 @@
- Quick color & number change - Click on any color or number and experiment with quick values using a slider.
- Linting - See your code errors right where you are coding.
- No more browser hang due to infinite loops!
- - Read more about this big release
- - Like it? Please rate Web Maker
+
diff --git a/src/script.js b/src/script.js
index 619be65..2abc726 100644
--- a/src/script.js
+++ b/src/script.js
@@ -9,7 +9,7 @@ settingsBtn, onboardModal, notificationsBtn, onboardShowInTabOptionBtn, onboardD
/* eslint-enable no-extra-semi */
var scope = scope || {};
- var version = '2.0.0';
+ var version = '2.1.0';
if (window.DEBUG) {
window.scope = scope;