Skip to content

Commit 2a04f8a

Browse files
committed
set correct current version
1 parent e29c708 commit 2a04f8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/index.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,8 @@ Metalsmith(cwd)
123123
{ name: 'v1.3.1', url: '//v1.3.1.nativescript-vue.org' },
124124
],
125125
currentVersion: {
126-
name: 'latest',
127-
branch: 'master'
126+
name: 'v1.3.1',
127+
branch: 'v1.3.1'
128128
} // different for each branch
129129
}))
130130
.use(order())

0 commit comments

Comments
 (0)