Skip to content

Commit

Permalink
6.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
threecgreen committed Apr 3, 2022
1 parent 4011007 commit 29b8547
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "vinoteca"
description = "Wine purchase tracker"
repository = "https://github.com/threecgreen/vinoteca"
version = "6.2.6"
version = "6.2.7"
edition = "2018"
authors = ["Carter Green <cartergr@usc.edu>"]
readme = "./README.md"
Expand Down
3 changes: 3 additions & 0 deletions web/front_end/about/Changelog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ export const Changelog: React.FC<RouteComponentProps> = () => {
<div className="text-container">
<h1 className="page-title med-heading">Changelog</h1>

<h5>6.2.7</h5>
<p>Upgrade Rust and JS dependencies</p>

<h5>6.2.6</h5>
<p>Remove chatty log</p>

Expand Down

0 comments on commit 29b8547

Please sign in to comment.