Skip to content
This repository has been archived by the owner on Jun 25, 2023. It is now read-only.

Commit

Permalink
v0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ltlaitoff committed Mar 5, 2023
1 parent ccbd772 commit 260fa43
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CHANGELOG

## v0.0.1
## v0.0.1 - 05.03

Millestone [v0.0.1](https://github.com/ltlaitoff/counter-frontend/milestone/1)

Expand All @@ -14,7 +14,7 @@ Millestone [v0.0.1](https://github.com/ltlaitoff/counter-frontend/milestone/1)
- Create temp certs for developing [#11](https://github.com/ltlaitoff/counter-frontend/issues/11)
- Fix statistic graph load [#14](https://github.com/ltlaitoff/counter-frontend/issues/14)

## v0.0.0
## v0.0.0 - 27.02

- Created authorization with google identity
- Created add statistic record form
Expand Down
2 changes: 1 addition & 1 deletion src/app/footer/footer.component.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<footer class="w-full px-6 py-4 flex justify-between items-center">
<div class="text-slate-400">{{ version }}</div>
<div class="text-slate-400">v{{ version }}</div>
<nav class="text-slate-500">
<ul>
<li>
Expand Down
2 changes: 1 addition & 1 deletion src/environments/environment.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export const environment = {
version: '0.0.0 production',
version: '0.0.1 production',
production: true,
googleClientId:
'446806438760-0h3fblc15rjdl05rqtui4ki0lkpqlr08.apps.googleusercontent.com',
Expand Down

0 comments on commit 260fa43

Please sign in to comment.