Skip to content

Commit 7d9bd4c

Browse files
author
Chandra shekar Varkala
committed
v1.4
1 parent 239b745 commit 7d9bd4c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4-
## [1.3.0] - 2018-06-20
4+
## [1.4.0] - 2018-06-20
55
### Added
66
- Version 1.2 navigation.

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ app.get('/', (req, res) => {
77

88
app.listen(8000, () => {
99
console.log('Example app listening on port 8000!')
10-
console.log('this is v1.3)
10+
console.log('this is v1.4)
1111
});

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nodeapp",
3-
"version": "1.3.0",
3+
"version": "1.4.0",
44
"description": "",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)