Skip to content

Commit

Permalink
publish v3.0.10 add a repo addr for about page
Browse files Browse the repository at this point in the history
  • Loading branch information
bergwhite committed Jul 25, 2017
1 parent 855e199 commit ba3a59a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nodejs-chat",
"version": "3.0.9",
"version": "3.0.10",
"private": true,
"scripts": {
"build": "gulp build",
Expand Down
1 change: 1 addition & 0 deletions views/special/about.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<ul class="about-card-content">
<li>前端:Express+EJS+ES6+Less+Gulp</li>
<li>后端:REST API+SocketIO+MongoDB</li>
<li>项目:<a href="https://github.com/bergwhite/nchat">https://github.com/bergwhite/nchat</a></li>
</ul>
<h2 class="about-card-subtitle">未来的版本</h2>
<ul class="about-card-content">
Expand Down

0 comments on commit ba3a59a

Please sign in to comment.