Skip to content

Commit

Permalink
Merge pull request #34 from Chia-Network/update-versions
Browse files Browse the repository at this point in the history
Update versions
  • Loading branch information
TheLastCicada authored Mar 7, 2024
2 parents 2a20dd8 + f8a1fa0 commit dcca1d8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions .repo-content-updater.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
pr_target_grant: develop
assign_users:
- TheLastCicada
commit_prefix: "chore: "
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.3",
tag: "1.3.6",
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.6",
tag: "1.1.11",
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.5",
tag: "1.1.8",
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.12",
"version": "0.0.13",
"scripts": {
"start": "nf start -p 3001",
"electron": "electron .",
Expand Down

0 comments on commit dcca1d8

Please sign in to comment.