Skip to content

Commit 341dae6

Browse files
committed
fix: author and description app
1 parent 16f61f3 commit 341dae6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

d2.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
const config = {
22
title: 'APK Distribution',
3+
description: 'Manage and control the version of the Android Capture app',
34
type: 'app',
45
entryPoints: {
56
app: './src/App.js',

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "apk-distribution",
33
"version": "1.0.0",
4-
"author": "Milagros Rodriguez <milagros@dhis2.org>",
4+
"author": "UiO <milagros@dhis2.org>",
55
"description": "",
66
"license": "BSD-3-Clause",
77
"private": true,

0 commit comments

Comments
 (0)