Skip to content

Commit

Permalink
🔖 Update version 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
satnaing committed Oct 22, 2022
1 parent cd207de commit 9474d03
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "terminal-portfolio",
"private": true,
"version": "1.3.0",
"version": "1.3.1",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
Expand Down
2 changes: 1 addition & 1 deletion src/components/commands/Welcome.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const Welcome: React.FC = () => {
`}
</PreNameMobile>
</PreWrapper>
<div>Welcome to my terminal portfolio. (Version 1.3.0)</div>
<div>Welcome to my terminal portfolio. (Version 1.3.1)</div>
<Seperator>----</Seperator>
<div>
This project's source code can be found in this project's{" "}
Expand Down

0 comments on commit 9474d03

Please sign in to comment.