Skip to content

Commit

Permalink
0.10.0-rc.4
Browse files Browse the repository at this point in the history
  • Loading branch information
aniketfuryrocks committed Oct 31, 2020
1 parent 1099697 commit 8044c03
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "firejsx",
"version": "0.10.0-rc.3",
"version": "0.10.0-rc.4",
"license": "GPL-3.0-or-later",
"description": "The React Framework for SSB, SSR and Serverless technologies",
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion src/Globals.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import {window as ssr_window} from "ssr-window";

export const FireJSX_Version = "0.10.0-rc.3";
export const FireJSX_Version = "0.10.0-rc.4";

export function initGlobals() {

Expand Down

0 comments on commit 8044c03

Please sign in to comment.