Skip to content

Commit

Permalink
increment typescript plugin version
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyDolle committed Oct 13, 2021
1 parent bbf258c commit 2eca5a7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thecodingmachine/react-native-boilerplate",
"version": "3.1.1",
"version": "3.1.2",
"description": "TheCodingMachine React Native Boilerplate",
"repository": {
"type": "git",
Expand All @@ -25,7 +25,7 @@
"starter-kit"
],
"dependencies": {
"@thecodingmachine/rnb-plugin-typescript": "^1.0.4",
"@thecodingmachine/rnb-plugin-typescript": "^1.0.5",
"kleur": "^4.1.4",
"prompts": "^2.4.1"
}
Expand Down
2 changes: 1 addition & 1 deletion template/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "boilerplate",
"version": "3.1.1",
"version": "3.1.2",
"private": true,
"scripts": {
"android": "react-native run-android",
Expand Down

0 comments on commit 2eca5a7

Please sign in to comment.