Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kilbot committed Jul 28, 2023
1 parent f2c16db commit d5b0af3
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": "@wcpos/core",
"version": "1.3.16",
"version": "1.3.17",
"description": "The core WooCommerce POS app",
"author": "kilbot <paul@kilbot.com>",
"license": "MIT",
Expand Down Expand Up @@ -82,7 +82,7 @@
"@wcpos/babel-preset-expo": "*",
"@wcpos/eslint-config": "*",
"@wcpos/tsconfig": "*",
"jest": "^29.6.1",
"jest": "^29.6.2",
"react-native-builder-bob": "0.21.3",
"ts-jest": "^29.1.1",
"tsup": "^7.1.0",
Expand Down
2 changes: 1 addition & 1 deletion src/screens/main/components/drawer-content/version.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const Version = ({ largeScreen }) => {
return (
<Box paddingY="xxSmall" paddingX={largeScreen ? 'none' : 'large'}>
<Text type="darkestGrey" size="xSmall" align={largeScreen ? 'center' : 'left'}>
{largeScreen ? 'v 1.3.6' : 'Version 1.3.6'}
{largeScreen ? 'v 1.3.7' : 'Version 1.3.7'}
</Text>
</Box>
);
Expand Down

0 comments on commit d5b0af3

Please sign in to comment.