Skip to content

Commit

Permalink
Merge pull request #46 from Chia-Network/verbump
Browse files Browse the repository at this point in the history
version bumps
  • Loading branch information
TheLastCicada authored Jul 26, 2024
2 parents 3e2ea58 + 6982272 commit 1ddbcab
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions app-builds.js
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
module.exports = {
cadt: {
tag: "1.3.9",
tag: "1.3.10",
url: "https://github.com/Chia-Network/core-registry-cadt-ui/releases/download/{{tag}}/core-registry-cadt-ui-web-build.tar.gz",
},
climate_explorer: {
tag: "1.1.11",
tag: "1.1.13",
url: "https://github.com/Chia-Network/climate-explorer-ui/releases/download/{{tag}}/climate-explorer-ui-web-build.tar.gz",
},
climate_tokenization_engine: {
tag: "1.1.8",
tag: "1.1.9",
url: "https://github.com/Chia-Network/Climate-Tokenization-Engine-UI/releases/download/{{tag}}/climate-tokenization-engine-ui-web-build.tar.gz",
},
};
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "core-registry-ui",
"version": "0.0.15",
"version": "0.1.0",
"scripts": {
"start": "nf start -p 3001",
"electron": "electron .",
Expand Down

0 comments on commit 1ddbcab

Please sign in to comment.