Skip to content

Commit 1660184

Browse files
fix(templates): bump templates version (#1600)
Co-authored-by: Alexey Yalovski <[email protected]>
1 parent 031de96 commit 1660184

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Diff for: src/template-js/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@ui-kitten/template-js",
33
"description": "React Native template project with UI Kitten",
4-
"version": "5.1.2",
4+
"version": "5.1.3",
55
"author": "akveo <[email protected]>",
66
"license": "MIT",
77
"homepage": "https://github.com/akveo/react-native-ui-kitten#readme",
@@ -22,4 +22,4 @@
2222
"publishConfig": {
2323
"access": "public"
2424
}
25-
}
25+
}

Diff for: src/template-ts/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@ui-kitten/template-ts",
33
"description": "React Native template project with UI Kitten and TypeScript",
4-
"version": "5.1.2",
4+
"version": "5.1.3",
55
"author": "akveo <[email protected]>",
66
"license": "MIT",
77
"homepage": "https://github.com/akveo/react-native-ui-kitten#readme",
@@ -22,4 +22,4 @@
2222
"publishConfig": {
2323
"access": "public"
2424
}
25-
}
25+
}

0 commit comments

Comments
 (0)