From 3521a0b5b232448038082ed531a5fc126d1c910f Mon Sep 17 00:00:00 2001 From: Thatoo Date: Sun, 2 Jun 2019 18:16:05 +0200 Subject: [PATCH 1/5] Update manifest.json Add version of app --- manifest.json | 1 + 1 file changed, 1 insertion(+) diff --git a/manifest.json b/manifest.json index e648642..b0b4a36 100644 --- a/manifest.json +++ b/manifest.json @@ -6,6 +6,7 @@ "en": "Duniter client to manage wallets, certifications in a libre money.", "fr": "Client Duniter pour gérer ses portes-monnaie, les certifications au sein d’une monnaie libre." }, + "version": "1.3.11~ynh1", "url": "https://github.com/duniter/cesium", "license": "free", "maintainer": { From a5f92d16398d62fd18faa2031be1a4bbf59daa7e Mon Sep 17 00:00:00 2001 From: Thatoo Date: Sun, 2 Jun 2019 18:27:22 +0200 Subject: [PATCH 2/5] Update manifest.json Specify the GNU AGPL-3.0 license --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index b0b4a36..69935e7 100644 --- a/manifest.json +++ b/manifest.json @@ -8,7 +8,7 @@ }, "version": "1.3.11~ynh1", "url": "https://github.com/duniter/cesium", - "license": "free", + "license": "GNU AGPL-3.0", "maintainer": { "name": "Moul", "email": "moul@moul.re", From 1f66a609b02544143f0b7fdeba0552c2591cf406 Mon Sep 17 00:00:00 2001 From: Thatoo Date: Fri, 7 Jun 2019 01:09:14 +0200 Subject: [PATCH 3/5] Update manifest.json --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 69935e7..5e45eb8 100644 --- a/manifest.json +++ b/manifest.json @@ -8,7 +8,7 @@ }, "version": "1.3.11~ynh1", "url": "https://github.com/duniter/cesium", - "license": "GNU AGPL-3.0", + "license": "AGPL-3.0", "maintainer": { "name": "Moul", "email": "moul@moul.re", From 7f0fccba6cd0fe447345d097897aac4ccaa492d1 Mon Sep 17 00:00:00 2001 From: Thatoo Date: Sat, 8 Jun 2019 14:31:54 +0200 Subject: [PATCH 4/5] Update manifest.json --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 5e45eb8..24ec029 100644 --- a/manifest.json +++ b/manifest.json @@ -8,7 +8,7 @@ }, "version": "1.3.11~ynh1", "url": "https://github.com/duniter/cesium", - "license": "AGPL-3.0", + "license": "AGPL-3.0-or-later", "maintainer": { "name": "Moul", "email": "moul@moul.re", From 0b829a74f4157007f2bd5f82716f5e48d886b76c Mon Sep 17 00:00:00 2001 From: Thatoo Date: Mon, 10 Jun 2019 11:22:58 +0200 Subject: [PATCH 5/5] Update manifest.json add v in front of version number as Cesium mention this v in its version system --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 24ec029..4b4284c 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Duniter client to manage wallets, certifications in a libre money.", "fr": "Client Duniter pour gérer ses portes-monnaie, les certifications au sein d’une monnaie libre." }, - "version": "1.3.11~ynh1", + "version": "v1.3.11~ynh1", "url": "https://github.com/duniter/cesium", "license": "AGPL-3.0-or-later", "maintainer": {