Skip to content

Commit

Permalink
Apio stable version changed to 0.9.3. Oss-cad-suite 0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Obijuan committed Apr 22, 2024
1 parent d933c50 commit ff0b138
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"icon": "resources/images/icestudio-logo.png"
},
"apio": {
"min": "0.8.4",
"min": "0.9.3",
"max": "1.0.0",
"extras": [
"blackiceprog",
Expand Down
2 changes: 1 addition & 1 deletion app/scripts/services/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ angular
this.APIO_VERSION = this.APIO_VERSION_STABLE; //-- Default apio version: STABLE

//-- APIO PACKAGES VERSION to install for the Stable Version
this.APIO_PKG_OSS_CAD_SUITE_VERSION = "0.0.8";
this.APIO_PKG_OSS_CAD_SUITE_VERSION = "0.0.9";

//-- Get the System PATH
this.PATH = process.env.PATH;
Expand Down

0 comments on commit ff0b138

Please sign in to comment.