From 8d223280e9b0828ec610a3d002154be702a7f86c Mon Sep 17 00:00:00 2001 From: Ryan Date: Tue, 3 Sep 2024 01:59:39 +0200 Subject: [PATCH] Prepare 0.2.0 --- docs/introduction.md | 2 +- manifest | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/introduction.md b/docs/introduction.md index dab914e..c8c8125 100644 --- a/docs/introduction.md +++ b/docs/introduction.md @@ -25,7 +25,7 @@ location: https://code.helloryan.se/arc/libarc-validate.git##HEAD Then add `libarc-validate` as a dependency to your `manifest`-file: ``` -depends: libarc-validate ^0.1.0 +depends: libarc-validate ^0.2.0- ``` ### 3. buildfile diff --git a/manifest b/manifest index 2dac746..210bbd7 100644 --- a/manifest +++ b/manifest @@ -1,6 +1,6 @@ : 1 name: libarc-validate -version: 0.1.0 +version: 0.2.0-a.0.z language: c++ summary: arc-validatae C++ library license: APSL-1.0 ; Arc Project Software License version 1.0