Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 1.0.33 #84

Merged
merged 9 commits into from
Apr 9, 2024
2 changes: 1 addition & 1 deletion .repo-content-updater.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pr_target_grant: develop
pr_target_branch: develop
assign_users:
- TheLastCicada
commit_prefix: "chore: "
16 changes: 1 addition & 15 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,18 +1,4 @@
Copyright 2024 Chia Network Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.

You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and limitations under the License.



Apache License
Apache License
Version 2.0, January 2004
http://www.apache.org/licenses/

Expand Down
8 changes: 4 additions & 4 deletions app-builds.json
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
{
"core-registry-cadt": {
"name": "cadt",
"version": "1.7.7",
"version": "1.7.8",
"repo": "https://github.com/Chia-Network/Core-Registry-CADT/",
"filename_format": "${APP}-${OS}-${ARCH}-${VERSION}.zip",
"executable_format": "${APP}",
"folder": "${APP}-${OS}-${ARCH}"
},
"climate-explorer-chia": {
"name": "climate_explorer",
"version": "1.0.38",
"version": "1.0.39",
"repo": "https://github.com/Chia-Network/climate-token-driver/",
"filename_format": "${APP}_${OS}_${VERSION}_${ARCH}.zip",
"executable_format": "${APP}_${VERSION}_${ARCH}"
},
"climate-tokenization-engine": {
"name": "climate_token_engine",
"version": "1.3.20",
"version": "1.3.21",
"repo": "https://github.com/Chia-Network/Climate-Tokenization-Engine/",
"filename_format": "${APP}-${OS}-${ARCH}-${VERSION}.zip",
"executable_format": "${APP}",
"folder": "${APP}-${OS}-${ARCH}"
},
"climate-tokenization-chia": {
"name": "climate_token_driver",
"version": "1.0.38",
"version": "1.0.39",
"repo": "https://github.com/Chia-Network/climate-token-driver/",
"filename_format": "${APP}_${OS}_${VERSION}_${ARCH}.zip",
"executable_format": "${APP}_${VERSION}_${ARCH}"
Expand Down
10 changes: 5 additions & 5 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": "core-registry-api",
"version": "1.0.32",
"version": "1.0.33",
"description": "Combined Carbon Core Registry API Application",
"main": "index.js",
"type": "commonjs",
Expand Down
Loading