Skip to content

Commit

Permalink
Merge pull request #21 from Concordium/release/3.1.0
Browse files Browse the repository at this point in the history
Release/3.1.0
  • Loading branch information
soerenbf authored Aug 6, 2024
2 parents 28006cf + 03ac21a commit 4b62e13
Show file tree
Hide file tree
Showing 5 changed files with 1,584 additions and 611 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [3.1.0] - 2024-08-06

### Added

Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "concordium-wallet-crypto-uniffi"
version = "3.0.0"
version = "3.1.0"
edition = "2021"

[lib]
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ let package = Package(
targets: [
overridableFrameworkTarget(
name: "ConcordiumWalletCryptoUniffi",
url: "https://github.com/Concordium/concordium-wallet-crypto-swift/releases/download/build%2F3.0.0-0/ConcordiumWalletCryptoUniffi.xcframework.zip",
checksum: "6ef2b7c508c1f0a185d2191cbd3fe0052c9ea5f2c807bdc2a50787cee7f29c24"
url: "https://github.com/Concordium/concordium-wallet-crypto-swift/releases/download/build%2F3.1.0-0/ConcordiumWalletCryptoUniffi.xcframework.zip",
checksum: "ac64f836bb005fdeaa8730babc8b531a32bc06a8de1a8f65e72e2932d89915c5"
),
.target(
name: "ConcordiumWalletCrypto",
Expand Down
Loading

0 comments on commit 4b62e13

Please sign in to comment.