Skip to content

Commit 2eca5a7

Browse files
committed
increment typescript plugin version
1 parent bbf258c commit 2eca5a7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@thecodingmachine/react-native-boilerplate",
3-
"version": "3.1.1",
3+
"version": "3.1.2",
44
"description": "TheCodingMachine React Native Boilerplate",
55
"repository": {
66
"type": "git",
@@ -25,7 +25,7 @@
2525
"starter-kit"
2626
],
2727
"dependencies": {
28-
"@thecodingmachine/rnb-plugin-typescript": "^1.0.4",
28+
"@thecodingmachine/rnb-plugin-typescript": "^1.0.5",
2929
"kleur": "^4.1.4",
3030
"prompts": "^2.4.1"
3131
}

template/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "boilerplate",
3-
"version": "3.1.1",
3+
"version": "3.1.2",
44
"private": true,
55
"scripts": {
66
"android": "react-native run-android",

0 commit comments

Comments
 (0)