Skip to content

Commit b31290a

Browse files
committed
Version changed to 0.11.1w
1 parent 7a60884 commit b31290a

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ module.exports = function (grunt) {
9696
//-- a stable release?
9797
//-- WIP = true --> Work in progress
9898
//-- WIP = false --> Stable release
99-
const WIP = false;
99+
const WIP = true;
100100

101101
//-- ICestudio App dir
102102
const APPDIR = "app";

app/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "icestudio",
33
"flavour": "develop",
4-
"version": "0.11.0-rc1",
4+
"version": "0.11.1w",
55
"description": "Visual editor for open FPGA boards",
66
"contributors": [
77
{

app/views/version.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
</a>
1717
</p>
1818

19-
<h1>Icestudio stable ({{ version }})</h1>
19+
<h1>Icestudio ({{ version }})</h1>
2020
<hr>
2121
<h2> {{ 'Welcome to Icestudio!' | translate }}</h2>
2222

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "icestudio",
3-
"version": "0.11.0-rc1",
3+
"version": "0.11.1w",
44
"description": "Visual editor for open FPGA boards",
55
"contributors": [
66
{

0 commit comments

Comments
 (0)