Skip to content

Commit

Permalink
fix(templates): bump templates version (#1600)
Browse files Browse the repository at this point in the history
Co-authored-by: Alexey Yalovski <yalovskiy.alexey@gmail.com>
  • Loading branch information
sayres and paranoidmelody committed Mar 25, 2022
1 parent 031de96 commit 1660184
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/template-js/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ui-kitten/template-js",
"description": "React Native template project with UI Kitten",
"version": "5.1.2",
"version": "5.1.3",
"author": "akveo <contact@akveo.com>",
"license": "MIT",
"homepage": "https://github.com/akveo/react-native-ui-kitten#readme",
Expand All @@ -22,4 +22,4 @@
"publishConfig": {
"access": "public"
}
}
}
4 changes: 2 additions & 2 deletions src/template-ts/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ui-kitten/template-ts",
"description": "React Native template project with UI Kitten and TypeScript",
"version": "5.1.2",
"version": "5.1.3",
"author": "akveo <contact@akveo.com>",
"license": "MIT",
"homepage": "https://github.com/akveo/react-native-ui-kitten#readme",
Expand All @@ -22,4 +22,4 @@
"publishConfig": {
"access": "public"
}
}
}

0 comments on commit 1660184

Please sign in to comment.