Skip to content

Commit c38b87b

Browse files
Fix version string
1 parent fcc98df commit c38b87b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ef-core",
3-
"version": "0.16.5",
3+
"version": "0.16.6",
44
"description": "Core of ef.js (without parser)",
55
"main": "dist/ef-core.min.js",
66
"module": "src/ef-core.js",

src/ef-core.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ const create = (ast, name) => {
108108
return EFComponent
109109
}
110110

111-
let coreVersion = '0.16.5-alpha.1'
111+
let coreVersion = '0.16.6'
112112

113113
if (process.env.NODE_ENV !== 'production') {
114114
coreVersion = `${coreVersion}+debug`

0 commit comments

Comments
 (0)