Skip to content

Commit

Permalink
0.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
aniketfuryrocks committed Aug 3, 2020
1 parent 42bc238 commit 23e9e72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "firejsx",
"main": "FireJSX.js",
"version": "0.9.4",
"version": "0.9.5",
"license": "GPL-3.0-or-later",
"description": "The React Framework for SSB, SSR and Serverless technologies",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion src/GlobalsSetter.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
global.FireJSX = {
version: "0.9.4"
version: "0.9.5"
}

0 comments on commit 23e9e72

Please sign in to comment.