Skip to content

Commit

Permalink
Release 0.1.4 (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
crazyscientist authored Apr 11, 2023
1 parent d07d7c4 commit 01825ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "AIMAAS",
"version": "0.1.2",
"version": "0.1.4",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/components/help/HelpNav.vue
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export default {
inject: ["apiInfo"],
data() {
return {
frontendVersion: "0.1.3"
frontendVersion: "0.1.4"
};
}
}
Expand Down

0 comments on commit 01825ad

Please sign in to comment.