Skip to content

Commit e07f9ed

Browse files
committed
2 parents 7ff4fce + 0c0ed36 commit e07f9ed

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ reports
44
node_modules
55
.DS_Store
66
.firebaserc
7-
_functions
7+
_functions
8+
_save

src/components/Footer.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,11 +90,11 @@ export function Footer(props: FooterProps) {
9090
</section>
9191
<section class="navbar-section">
9292
<a
93-
href="https://github.com/hyperstart/hyperstart.io/releases/tag/v0.2.0"
93+
href="https://github.com/hyperstart/hyperstart.io/releases/tag/v0.3.0"
9494
class="text-light"
9595
target="_blank"
9696
>
97-
v0.2.0
97+
v0.3.0
9898
</a>
9999
</section>
100100
</footer>

0 commit comments

Comments
 (0)