Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
permafrost06 committed Feb 3, 2022
1 parent 5aceaef commit 4d49ee2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "casedb",
"version": "0.3.0",
"version": "0.9.0",
"description": "Patient/disease case management software",
"author": "Finalconcept Media/permafrost06",
"private": true,
Expand Down
4 changes: 3 additions & 1 deletion src/components/patientsTable.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<template>
<h1 style="display:inline-block;margin: 1rem">Pending Patients</h1>
<h1 style="display:inline-block;margin: 1rem">
Pending Patients | Updated Version
</h1>
<router-link :to="{ name: 'AddRecord' }">
<button style="width: auto; margin: 1rem; padding: .25rem 1rem;">
Add Patient
Expand Down

0 comments on commit 4d49ee2

Please sign in to comment.