Skip to content

Commit

Permalink
v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aniketfuryrocks committed Jul 6, 2020
1 parent 47ab1dc commit 8cb4d43
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 28 deletions.
51 changes: 26 additions & 25 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "firejsx",
"main": "FireJSX.js",
"version": "0.6.1",
"version": "0.7.0",
"license": "GPL-3.0-or-later",
"description": "A zero config, highly customizable, progressive react static site generator with blazingly fast SSR and on the fly builds",
"description": "A zero-config, highly customizable, progressive react static site generator with blazingly fast SSR and on the fly builds",
"keywords": [
"react",
"react-static",
Expand Down
2 changes: 1 addition & 1 deletion src/GlobalsSetter.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
global.__FIREJSX_VERSION__ = "0.6.1";
global.__FIREJSX_VERSION__ = "0.7.0";

0 comments on commit 8cb4d43

Please sign in to comment.