Skip to content

Commit

Permalink
🔖 Update version number to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
satnaing committed Oct 5, 2022
1 parent be02145 commit 7eb3af7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.0.0",
"version": "1.1.0",
"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 @@ -45,7 +45,7 @@ const Welcome: React.FC = () => {
`}
</PreNameMobile>
</PreWrapper>
<div>Welcome to my terminal portfolio. (Version 1.0.0)</div>
<div>Welcome to my terminal portfolio. (Version 1.1.0)</div>
<Seperator>----</Seperator>
<div>
This project's source code can be seen in this project's{" "}
Expand Down

0 comments on commit 7eb3af7

Please sign in to comment.