Skip to content

Commit 7b0b567

Browse files
Merge pull request #41 from Chia-Network/develop
Release 0.0.15
2 parents 3f19b17 + afe0fb7 commit 7b0b567

File tree

3 files changed

+4
-17
lines changed

3 files changed

+4
-17
lines changed

LICENSE

+2-15
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,4 @@
1-
Copyright 2023 Chia Network Inc.
2-
Licensed under the Apache License, Version 2.0 (the "License");
3-
you may not use this file except in compliance with the License.
4-
5-
You may obtain a copy of the License at
6-
http://www.apache.org/licenses/LICENSE-2.0
7-
8-
Unless required by applicable law or agreed to in writing, software
9-
distributed under the License is distributed on an "AS IS" BASIS,
10-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11-
See the License for the specific language governing permissions and limitations under the License.
12-
13-
14-
Apache License
1+
Apache License
152
Version 2.0, January 2004
163
http://www.apache.org/licenses/
174

@@ -199,7 +186,7 @@ See the License for the specific language governing permissions and limitations
199186
same "printed page" as the copyright notice for easier
200187
identification within third-party archives.
201188

202-
Copyright 2023 Chia Network Inc.
189+
Copyright 2024 Chia Network Inc.
203190

204191
Licensed under the Apache License, Version 2.0 (the "License");
205192
you may not use this file except in compliance with the License.

app-builds.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module.exports = {
22
cadt: {
3-
tag: "1.3.7",
3+
tag: "1.3.9",
44
url: "https://github.com/Chia-Network/core-registry-cadt-ui/releases/download/{{tag}}/core-registry-cadt-ui-web-build.tar.gz",
55
},
66
climate_explorer: {

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "core-registry-ui",
3-
"version": "0.0.14",
3+
"version": "0.0.15",
44
"scripts": {
55
"start": "nf start -p 3001",
66
"electron": "electron .",

0 commit comments

Comments
 (0)