Skip to content

Commit 7eb3af7

Browse files
committed
🔖 Update version number to 1.1.0
1 parent be02145 commit 7eb3af7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.0.0",
4+
"version": "1.1.0",
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
@@ -45,7 +45,7 @@ const Welcome: React.FC = () => {
4545
`}
4646
</PreNameMobile>
4747
</PreWrapper>
48-
<div>Welcome to my terminal portfolio. (Version 1.0.0)</div>
48+
<div>Welcome to my terminal portfolio. (Version 1.1.0)</div>
4949
<Seperator>----</Seperator>
5050
<div>
5151
This project's source code can be seen in this project's{" "}

0 commit comments

Comments
 (0)