Skip to content

Commit

Permalink
Merge pull request #1 from dikshaguptaa/version-bump
Browse files Browse the repository at this point in the history
Version bump to main
  • Loading branch information
dikshaguptaa authored Sep 9, 2024
2 parents 5729ff4 + 4180d47 commit 387a071
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 13 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,6 +1,6 @@
{
"name": "my-app",
"version": "0.1.0",
"version": "1.0.1",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^5.16.5",
Expand Down
12 changes: 2 additions & 10 deletions src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,8 @@ function App() {
<header className="App-header">
<img src={logo} className="App-logo" alt="logo" />
<p>
Edit <code>src/App.js</code> and save to reload.
</p>
<a
className="App-link"
href="https://reactjs.org"
target="_blank"
rel="noopener noreferrer"
>
Learn React
</a>
Hello World! This is our team project.
</p>
</header>
</div>
);
Expand Down

0 comments on commit 387a071

Please sign in to comment.