Skip to content

Commit

Permalink
Merge pull request #26 from Concordium/release/4.0.0
Browse files Browse the repository at this point in the history
4.0.0 bump
  • Loading branch information
soerenbf authored Aug 27, 2024
2 parents d908ff5 + f47ffe4 commit 3d0660d
Show file tree
Hide file tree
Showing 5 changed files with 366 additions and 377 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]
## [4.0.0]

### Changed

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.1.1"
version = "4.0.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.1.1-0/ConcordiumWalletCryptoUniffi.xcframework.zip",
checksum: "7af27968d9efe99ecb933e7385d0d1557a94d310a7395a90526acac44119a29e"
url: "https://github.com/Concordium/concordium-wallet-crypto-swift/releases/download/build%2F4.0.0-0/ConcordiumWalletCryptoUniffi.xcframework.zip",
checksum: "f85e9d00a19d231b0ffb696af47043ce9786e55a06e2fd95bc73b6d5eac08fb9"
),
.target(
name: "ConcordiumWalletCrypto",
Expand Down
Loading

0 comments on commit 3d0660d

Please sign in to comment.