Skip to content

Commit

Permalink
Bump version to v1.0.0 (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
kylefleming authored Apr 5, 2021
1 parent 9898fd4 commit 8bd5396
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 14 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,8 @@ 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.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 1.0.1-pre1 - 2021-03-15
## [1.0.0] - 2021-04-05

## 1.0.0-pre1 - 2021-04-05

[1.0.0]: https://github.com/mobilecoinofficial/MobileCoin-Swift/compare/1.0.0-pre1...1.0.0
22 changes: 11 additions & 11 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -22,37 +22,37 @@ PODS:
- gRPC-Swift (~> 1.0.0)
- SwiftProtobuf (~> 1.5)
- Logging (1.4.0)
- MobileCoin (1.0.0-rc1):
- MobileCoin/Core (= 1.0.0-rc1)
- MobileCoin/Core (1.0.0-rc1):
- gRPC-Swift (~> 1.0.0)
- MobileCoin (1.0.0):
- MobileCoin/Core (= 1.0.0)
- MobileCoin/Core (1.0.0):
- gRPC-Swift (~> 1.0)
- LibMobileCoin (~> 1.0)
- Logging (~> 1.4)
- SwiftLint
- SwiftNIO (~> 2.22)
- SwiftNIOHPACK (~> 1.16)
- SwiftNIOHTTP1 (~> 2.18)
- SwiftProtobuf (~> 1.5)
- MobileCoin/Core/IntegrationTests (1.0.0-rc1):
- gRPC-Swift (~> 1.0.0)
- MobileCoin/Core/IntegrationTests (1.0.0):
- gRPC-Swift (~> 1.0)
- LibMobileCoin (~> 1.0)
- Logging (~> 1.4)
- SwiftLint
- SwiftNIO (~> 2.22)
- SwiftNIOHPACK (~> 1.16)
- SwiftNIOHTTP1 (~> 2.18)
- SwiftProtobuf (~> 1.5)
- MobileCoin/Core/PerformanceTests (1.0.0-rc1):
- gRPC-Swift (~> 1.0.0)
- MobileCoin/Core/PerformanceTests (1.0.0):
- gRPC-Swift (~> 1.0)
- LibMobileCoin (~> 1.0)
- Logging (~> 1.4)
- SwiftLint
- SwiftNIO (~> 2.22)
- SwiftNIOHPACK (~> 1.16)
- SwiftNIOHTTP1 (~> 2.18)
- SwiftProtobuf (~> 1.5)
- MobileCoin/Core/Tests (1.0.0-rc1):
- gRPC-Swift (~> 1.0.0)
- MobileCoin/Core/Tests (1.0.0):
- gRPC-Swift (~> 1.0)
- LibMobileCoin (~> 1.0)
- Logging (~> 1.4)
- SwiftLint
Expand Down Expand Up @@ -158,7 +158,7 @@ SPEC CHECKSUMS:
Keys: a576f4c9c1c641ca913a959a9c62ed3f215a8de9
LibMobileCoin: c6399204cc78ef6d0f5fb3e01c2d4da489918edd
Logging: beeb016c9c80cf77042d62e83495816847ef108b
MobileCoin: c6713e46f43d247167e560ea9e927e8fdf9492fe
MobileCoin: 1d44b54f0737499dd73dbc65b852ca7d09cd2136
SwiftLint: 99f82d07b837b942dd563c668de129a03fc3fb52
SwiftNIO: 81d33ce8c500b7e41b6cdde5f2f12330b9750219
SwiftNIOConcurrencyHelpers: 23fc68bac541a465162d7225d2c743edd2f1012c
Expand Down
4 changes: 2 additions & 2 deletions MobileCoin.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Pod::Spec.new do |s|
# ――― Spec Metadata ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #

s.name = "MobileCoin"
s.version = "1.0.0-rc1"
s.version = "1.0.0"
s.summary = "A library for communicating with MobileCoin network"

s.author = "MobileCoin"
Expand All @@ -30,7 +30,7 @@ Pod::Spec.new do |s|

subspec.dependency "LibMobileCoin", "~> 1.0"

subspec.dependency "gRPC-Swift", "~> 1.0.0"
subspec.dependency "gRPC-Swift", "~> 1.0"
subspec.dependency "Logging", "~> 1.4"
subspec.dependency "SwiftNIO", "~> 2.22"
subspec.dependency "SwiftNIOHPACK", "~> 1.16"
Expand Down

0 comments on commit 8bd5396

Please sign in to comment.