Skip to content

Commit 9474d03

Browse files
committed
🔖 Update version 1.3.1
1 parent cd207de commit 9474d03

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "terminal-portfolio",
33
"private": true,
4-
"version": "1.3.0",
4+
"version": "1.3.1",
55
"scripts": {
66
"dev": "vite",
77
"build": "tsc && vite build",

src/components/commands/Welcome.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ const Welcome: React.FC = () => {
3939
`}
4040
</PreNameMobile>
4141
</PreWrapper>
42-
<div>Welcome to my terminal portfolio. (Version 1.3.0)</div>
42+
<div>Welcome to my terminal portfolio. (Version 1.3.1)</div>
4343
<Seperator>----</Seperator>
4444
<div>
4545
This project's source code can be found in this project's{" "}

0 commit comments

Comments
 (0)