Skip to content
This repository was archived by the owner on Jul 1, 2020. It is now read-only.

Commit 3081cad

Browse files
author
aniketfuryrocks
committed
v0.14.0
1 parent 475e307 commit 3081cad

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dist/FireJS.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
1212
// @ts-ignore
1313
global.__MIN_PLUGIN_VERSION__ = "0.11.0";
1414
// @ts-ignore
15-
global.__FIREJS_VERSION__ = "0.13.0";
15+
global.__FIREJS_VERSION__ = "0.14.0";
1616
const ConfigMapper_1 = require("./mappers/ConfigMapper");
1717
const Cli_1 = require("./utils/Cli");
1818
const path_1 = require("path");

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@eadded/firejs",
33
"main": "dist/FireJS.js",
4-
"version": "0.13.0",
4+
"version": "0.14.0",
55
"license": "GPL-3.0-or-later",
66
"description": "Highly customizable no config react static site generator",
77
"keywords": [

src/FireJS.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// @ts-ignore
22
global.__MIN_PLUGIN_VERSION__ = "0.11.0";
33
// @ts-ignore
4-
global.__FIREJS_VERSION__ = "0.13.0";
4+
global.__FIREJS_VERSION__ = "0.14.0";
55
import ConfigMapper, {Config} from "./mappers/ConfigMapper";
66
import Cli from "./utils/Cli";
77
import Page from "./classes/Page";

0 commit comments

Comments
 (0)