Skip to content

Commit 2b282d6

Browse files
committed
update package
1 parent 7eab486 commit 2b282d6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "taskontable",
3-
"version": "0.0.4",
3+
"version": "0.0.5",
44
"private": true,
55
"main": "./node_modules/react-native-scripts/build/bin/crna-entry.js",
66
"scripts": {

src/constants.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const rgb = {
1717
GREY: '201, 203, 207',
1818
};
1919
export default {
20-
APP_VERSION: '0.0.4',
20+
APP_VERSION: '0.0.5',
2121
API_VERSION: process.env.NODE_ENV === 'development' ? 'development' : 'v0',
2222
BMC_ID: 'handdot',
2323
YOUTUBE_MOVIE_ID: 'QwCtcFsx15g',

0 commit comments

Comments
 (0)