Skip to content

Commit 0b929df

Browse files
authored
Merge pull request #3 from Protocore-UI/develop
Update release 0.0.3
2 parents 9e6ca1a + d896ea5 commit 0b929df

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "protocore-typescript-edition",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"description": "Protocore-typescript-edition is special Typescript implementation edition of Protocore project.",
55
"scripts": {
66
"start": "node server.js",

src/apps/templates/aboutTpl.handlebars

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<div class="cover-container">
44
<div class="masthead clearfix">
55
<div class="inner">
6-
<h1 class="masthead-brand">Protocore Typescript <sup><small class="release">v0.0.2</small></sup></h1>
6+
<h1 class="masthead-brand">Protocore Typescript <sup><small class="release">v0.0.3</small></sup></h1>
77
<ul class="nav masthead-nav">
88
<li><a href="#">Home</a></li>
99
<li class="active"><a href="#about">About</a></li>

src/apps/templates/homeTpl.handlebars

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<div class="cover-container">
44
<div class="masthead clearfix">
55
<div class="inner">
6-
<h1 class="masthead-brand">Protocore Typescript <sup><small class="release">v0.0.2</small></sup></h1>
6+
<h1 class="masthead-brand">Protocore Typescript <sup><small class="release">v0.0.3</small></sup></h1>
77
<ul class="nav masthead-nav">
88
<li class="active"><a href="#">Home</a></li>
99
<li><a href="#about">About</a></li>

src/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<head>
99
<meta charset="utf-8"/>
1010
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>
11-
<title>Protocore Typescript Edition&brvbar; v0.0.2</title>
11+
<title>Protocore Typescript Edition&brvbar; v0.0.3</title>
1212
</head>
1313
<body>
1414
<!--[if lt IE 7]>

0 commit comments

Comments
 (0)