Skip to content

Commit

Permalink
fix(ref): version patch
Browse files Browse the repository at this point in the history
  • Loading branch information
duspada-builders committed Sep 20, 2021
1 parent d535d78 commit e742806
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ module.exports = {
collectCoverage: true,
coverageThreshold: {
global: {
branches: 0,
functions: 0,
lines: 0,
statements: 0,
branches: 75,
functions: 70,
lines: 80,
statements: 80,
},
},
collectCoverageFrom: [
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@platformbuilders/react-native-elements",
"version": "0.4.5",
"version": "0.4.6",
"private": false,
"description": "Platform Builders Shared Components Library For React Native",
"keywords": [
Expand Down

0 comments on commit e742806

Please sign in to comment.