Skip to content

Commit

Permalink
Version changed to 0.11.1w
Browse files Browse the repository at this point in the history
  • Loading branch information
Obijuan committed Oct 3, 2023
1 parent 7a60884 commit b31290a
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ module.exports = function (grunt) {
//-- a stable release?
//-- WIP = true --> Work in progress
//-- WIP = false --> Stable release
const WIP = false;
const WIP = true;

//-- ICestudio App dir
const APPDIR = "app";
Expand Down
2 changes: 1 addition & 1 deletion app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "icestudio",
"flavour": "develop",
"version": "0.11.0-rc1",
"version": "0.11.1w",
"description": "Visual editor for open FPGA boards",
"contributors": [
{
Expand Down
2 changes: 1 addition & 1 deletion app/views/version.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</a>
</p>

<h1>Icestudio stable ({{ version }})</h1>
<h1>Icestudio ({{ version }})</h1>
<hr>
<h2> {{ 'Welcome to Icestudio!' | translate }}</h2>

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "icestudio",
"version": "0.11.0-rc1",
"version": "0.11.1w",
"description": "Visual editor for open FPGA boards",
"contributors": [
{
Expand Down

0 comments on commit b31290a

Please sign in to comment.