Skip to content

Commit ce2a2a4

Browse files
committed
ship: v4.0.0-alpha.10
1 parent ff3ca86 commit ce2a2a4

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ Get updates on CoreUI's development and chat with the project maintainers and co
151151

152152
## Copyright and License
153153

154-
copyright 2021 creativeLabs Łukasz Holeczek.
154+
copyright 2022 creativeLabs Łukasz Holeczek.
155155

156156
Code released under [the MIT license](https://github.com/coreui/coreui-free-angular-admin-template/blob/master/LICENSE).
157157
There is only one limitation you can’t re-distribute the CoreUI as stock. You can’t do this if you modify the CoreUI. In the past we faced some problems with persons who tried to sell CoreUI based templates.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "coreui-free-angular-admin-template",
3-
"version": "4.0.0-alpha.9",
3+
"version": "4.0.0-alpha.10",
44
"config": {
55
"coreui_library_short_version": "4.0",
66
"coreui_library_docs_url": "https://coreui.io/angular/docs/"

src/app/containers/default-layout/default-footer/default-footer.component.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!--<c-footer>-->
22
<div>
33
<a href="https://coreui.io/pro/angular/" target="_blank">CoreUI</a>
4-
<span> &copy; 2021 creativeLabs</span>
4+
<span> &copy; 2022 creativeLabs</span>
55
</div>
66
<div class="ms-auto">
77
Powered by

src/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<!--
22
* CoreUI - Angular 13 Free Admin Template
3-
* @version v4.0.0-alpha.9
3+
* @version v4.0.0-alpha.10
44
* @link https://coreui.io/angular/
5-
* Copyright (c) 2017-2021 creativeLabs Łukasz Holeczek
5+
* Copyright (c) 2017-2022 creativeLabs Łukasz Holeczek
66
* License: MIT
77
-->
88
<!DOCTYPE html>

0 commit comments

Comments
 (0)