Skip to content

Commit f354c9f

Browse files
author
RIZWAN\Rizwan
committed
correct semantic versioning
1 parent 8ec2af1 commit f354c9f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Diff for: app/public/index.component.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
<div class="container">
1+
<div class="container jumbotron text-center">
22
<div class="well well-sm">
33
<h1>Welcome {{ userName }}, In Angular Final Porject Home Page!</h1>
4+
<a href="/events" class="btn btn-lg btn-danger">See Events</a>
45
</div>
56
</div>

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angularfinalproject",
3-
"version": "0.0.1",
3+
"version": "1.0.0",
44
"scripts": {
55
"start": "tsc && concurrently \"npm run tsc:w\" \"npm run lite\" ",
66
"lite": "lite-server",

0 commit comments

Comments
 (0)