diff --git a/changelog.md b/changelog.md index bc135f0..e69de29 100644 --- a/changelog.md +++ b/changelog.md @@ -1,2 +0,0 @@ -Changes : -1. return ele instead of ele diff --git a/package.json b/package.json index 45317a5..d53f9b3 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "firejsx", - "version": "0.10.0-dev.11", + "version": "0.10.0-rc.9", "license": "GPL-3.0-or-later", "description": "The React Framework for SSB, SSR and Serverless technologies", "bin": { diff --git a/src/Globals.ts b/src/Globals.ts index 2ed478c..49c5064 100644 --- a/src/Globals.ts +++ b/src/Globals.ts @@ -1,6 +1,6 @@ import {window as ssr_window} from "ssr-window"; -export const FireJSX_Version = "0.10.0-dev.11"; +export const FireJSX_Version = "0.10.0-rc.9"; export function initGlobals() {