Skip to content

Commit

Permalink
chore: release v0.8.1 (#541)
Browse files Browse the repository at this point in the history
  • Loading branch information
esoubiran-aneo authored Aug 25, 2023
1 parent ac2ef8b commit 3fa0ea6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/api/src/app/app.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export class AppController {
index(): { message: string; version: string } {
return {
message: 'Welcome to ArmoniK GUI API',
version: '0.8.0',
version: '0.8.1',
};
}

Expand Down
2 changes: 1 addition & 1 deletion apps/app/src/app/pages/pages.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
>{{ 'navigation.how_to_use' | translate }}</a
>
<div class="version">
<span> v0.8.0 </span>
<span> v0.8.1 </span>
</div>
</clr-vertical-nav>

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "armonik.admin.gui",
"version": "0.8.0",
"version": "0.8.1",
"license": "MIT",
"scripts": {
"ng": "nx",
Expand Down

0 comments on commit 3fa0ea6

Please sign in to comment.