From 0c796999307f6495a7bf601581da0bb623c1dbe1 Mon Sep 17 00:00:00 2001 From: u221711 <thomas.bomatter@sbb.ch> Date: Tue, 6 Aug 2024 14:44:23 +0200 Subject: [PATCH] fix version --- .release-please-manifest.json | 2 +- das_client/pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4673bc3d..317f8c13 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{"webapp":"0.1.0","das_client":"0.1.0"} +{"webapp":"0.1.0","das_client":"0.2.0"} diff --git a/das_client/pubspec.yaml b/das_client/pubspec.yaml index 22cedc1b..38477614 100644 --- a/das_client/pubspec.yaml +++ b/das_client/pubspec.yaml @@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html # In Windows, build-name is used as the major, minor, and patch parts # of the product and file versions while build-number is used as the build suffix. -version: 0.1.0+36 +version: 0.2.0+36 environment: sdk: '>=3.3.0 <4.0.0'