We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7eab486 commit 2b282d6Copy full SHA for 2b282d6
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "taskontable",
3
- "version": "0.0.4",
+ "version": "0.0.5",
4
"private": true,
5
"main": "./node_modules/react-native-scripts/build/bin/crna-entry.js",
6
"scripts": {
src/constants.js
@@ -17,7 +17,7 @@ const rgb = {
17
GREY: '201, 203, 207',
18
};
19
export default {
20
- APP_VERSION: '0.0.4',
+ APP_VERSION: '0.0.5',
21
API_VERSION: process.env.NODE_ENV === 'development' ? 'development' : 'v0',
22
BMC_ID: 'handdot',
23
YOUTUBE_MOVIE_ID: 'QwCtcFsx15g',
0 commit comments