Skip to content

Commit

Permalink
🔖 Update version to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
satnaing committed Oct 6, 2022
1 parent f269361 commit 50dca48
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 22 deletions.
40 changes: 20 additions & 20 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.1.1",
"version": "1.2.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.1.1)</div>
<div>Welcome to my terminal portfolio. (Version 1.2.0)</div>
<Seperator>----</Seperator>
<div>
This project's source code can be seen in this project's{" "}
Expand Down

0 comments on commit 50dca48

Please sign in to comment.