Skip to content

Commit

Permalink
Correct release date.
Browse files Browse the repository at this point in the history
  • Loading branch information
dherbst committed Jan 2, 2024
1 parent 83fc370 commit bbf16a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion web/admin/src/config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export let config = {
version: "1.9.0",
version: "1.9.1",
adminAppNavName: import.meta.env.VITE_ADMIN_APP_NAV_NAME || 'ADMIN_APP_NAV_NAME',
adminAppNavImg: import.meta.env.VITE_ADMIN_APP_NAV_IMG || null,
appNavName: import.meta.env.VITE_APP_NAV_NAME || 'APP_NAV_NAME',
Expand Down
2 changes: 1 addition & 1 deletion web/admin/src/views/ReleaseNotesPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<template>
<div class="container">
<h1>Release Notes</h1>
<h2 id="1.9.0">January , 2024 - 1.9.0</h2>
<h2 id="1.9.1">January 2, 2024 - 1.9.1</h2>
<ul>
<li><a href="https://github.com/ncosd/food-pantry-app/issues/39">#39</a> Add a way for users to verify their email.</li>
<li><a href="https://github.com/ncosd/food-pantry-app/issues/171">#171</a> Add sorting to volunteer list page.</li>
Expand Down

0 comments on commit bbf16a2

Please sign in to comment.