From 2d39c68a97581fdbdde8c1b29d6f131a78bb055e Mon Sep 17 00:00:00 2001 From: Ryan Date: Tue, 3 Sep 2024 02:32:29 +0200 Subject: [PATCH] Release v0.1.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 3f50317..ac115df 100644 --- a/docs/introduction.md +++ b/docs/introduction.md @@ -25,7 +25,7 @@ location: https://code.helloryan.se/arc/libarc-uri.git##HEAD Then add `libarc-uri` as a dependency to your `manifest`-file: ``` -depends: libarc-uri ^0.1.0- +depends: libarc-uri ^0.1.0 ``` ### 3. buildfile diff --git a/manifest b/manifest index 786589f..54a7788 100644 --- a/manifest +++ b/manifest @@ -1,6 +1,6 @@ : 1 name: libarc-uri -version: 0.1.0-a.0.z +version: 0.1.0 language: c++ summary: arc-uri C++ library license: APSL-1.0 ; Arc Project Software License version 1.0