Skip to content

Commit 51e54f0

Browse files
committed
~Updated version numbers
1 parent 7d18c75 commit 51e54f0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Change Log
22

3-
## Upcomming
3+
## Version 0.1.0
44

55
## Added
66
- [x] ``--compileOnly`` flag which compiles to a binary, but does not execute the result

compiler/compile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const os = require('os');
88
const fs = require('fs');
99
const { exec, spawn, spawnSync } = require('child_process');
1010

11-
const version = "Uniview Compiler v0.0.3 Alpha";
11+
const version = "Uniview Compiler v0.1.0 Alpha";
1212
const root = path.resolve("./");
1313

1414

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@qupa/uniview",
3-
"version": "0.0.2",
3+
"version": "0.1.0",
44
"description": "Uniview Language",
55
"main": "compile/compile.js",
66
"preferGlobal": true,

0 commit comments

Comments
 (0)