Skip to content

Commit

Permalink
Version changed to 0.12.1w. New release cycle starts!
Browse files Browse the repository at this point in the history
  • Loading branch information
Obijuan committed Jun 21, 2024
1 parent 6eb9315 commit c6b7f7b
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,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.12",
"version": "0.12.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 {{ version }} (Stable)</h1>
<h1>Icestudio {{ version }} (WIP)</h1>
<hr>
<h2> {{ 'Welcome to Icestudio!' | translate }}</h2>

Expand Down
4 changes: 2 additions & 2 deletions 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.12",
"version": "0.12.1w",
"description": "Visual editor for open FPGA boards",
"contributors": [
{
Expand Down

0 comments on commit c6b7f7b

Please sign in to comment.