chore: Release rosenpass version 0.1.1-rc.3

This commit is contained in:
wucke13
2023-02-24 22:59:39 +01:00
parent 175a9c20af
commit 9b3f4670af
3 changed files with 4 additions and 3 deletions
+1
View File
@@ -5,6 +5,7 @@ on:
pull_request:
push:
branches: [main]
tags: ['v*']
jobs:
build:
Generated
+1 -1
View File
@@ -865,7 +865,7 @@ checksum = "3582f63211428f83597b51b2ddb88e2a91a9d52d12831f9d08f5e624e8977422"
[[package]]
name = "rosenpass"
version = "0.1.1-rc.2"
version = "0.1.1-rc.3"
dependencies = [
"anyhow",
"base64",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "rosenpass"
version = "0.1.1-rc.2"
version = "0.1.1-rc.3"
authors = ["Karolin Varner <karo@cupdev.net>", "wucke13 <wucke13@gmail.com>"]
edition = "2021"
license = "MIT OR Apache-2.0"