Skip to content

Commit

Permalink
Fix years in projects.js
Browse files Browse the repository at this point in the history
  • Loading branch information
kubgus authored Sep 10, 2024
1 parent c394c09 commit 01885cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/data/projects.js
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ export default [
title: "c++ playground",
description: "Collection of assorted C++ micro-projects.",
github: "https://github.com/kubgus/cpp-playground",
year: 2024,
year: 2023,
rating: 2,
},
{
Expand Down

0 comments on commit 01885cc

Please sign in to comment.