Skip to content

Commit

Permalink
v9
Browse files Browse the repository at this point in the history
  • Loading branch information
FJrodafo committed Aug 26, 2024
1 parent 7743b96 commit 48c11e0
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 deletions.
9 changes: 9 additions & 0 deletions App/src/data/resume.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,15 @@ export const RESUME_DATA = {
href: "https://github.com/FJrodafo/DiscordAPP",
},
},
{
title: "DiscordCRPS",
techStack: ["App", "JavaScript"],
description: "A simple Discord Custom Rich Presence Status made in JavaScript!",
link: {
label: "github.com",
href: "https://github.com/FJrodafo/DiscordCRPS",
},
},
{
title: "dauntless-builder",
techStack: ["Contribution", "TypeScript"],
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
```
* Commit: 7743b96 - v8
| Author: FJrodafo - Tue, 30 Jul 2024 18:04:00 +0100
|
* Commit: 87cf90f - v7
| Author: FJrodafo - Sat, 27 Jul 2024 13:55:57 +0100
|
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) Francisco José Rodríguez Afonso
Copyright (c) 2024 Francisco José Rodríguez Afonso

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

Expand Down
2 changes: 1 addition & 1 deletion VERSION.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
`v8`
`v9`

0 comments on commit 48c11e0

Please sign in to comment.