Skip to content

Commit

Permalink
Bumped version number to 4.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lkasso committed Nov 19, 2021
1 parent 25fe252 commit 37a7c6f
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 4.1.2
current_version = 4.1.3

[bumpversion:file:Docs/source/conf.py]

Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [4.1.3] - 2021-11-19
### Update
- Update CPP lib

## [4.1.2] - 2021-11-18
### Update
- Update CPP lib
Expand Down
4 changes: 2 additions & 2 deletions Docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@
# built documents.
#
# The short X.Y version.
version = '4.1.2'
version = '4.1.3'
# The full version, including alpha/beta/rc tags.
release = '4.1.2'
release = '4.1.3'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion MetaWear.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'MetaWear'
s.version = '4.1.2'
s.version = '4.1.3'
s.license = { :type => 'Commercial', :text => 'See https://www.mbientlab.com/terms/', :file => 'LICENSE.md' }
s.homepage = 'https://mbientlab.com'
s.summary = 'iOS/macOS/tvOS/watchOS API and documentation for the MetaWear platform'
Expand Down
10 changes: 5 additions & 5 deletions MetaWear/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ PODS:
- Bolts-Swift (1.5.0)
- iOSDFULibrary (4.11.1):
- ZIPFoundation (= 0.9.11)
- MetaWear/AsyncUtils (4.1.2):
- MetaWear/AsyncUtils (4.1.3):
- MetaWear/Core
- MetaWear/Core (4.1.2):
- MetaWear/Core (4.1.3):
- Bolts-Swift (~> 1)
- MetaWear/DFU (4.1.2):
- MetaWear/DFU (4.1.3):
- iOSDFULibrary
- MetaWear/Core
- MetaWear/UI (4.1.2):
- MetaWear/UI (4.1.3):
- MetaWear/AsyncUtils
- MetaWear/Core
- ZIPFoundation (0.9.11)
Expand All @@ -32,7 +32,7 @@ EXTERNAL SOURCES:
SPEC CHECKSUMS:
Bolts-Swift: afbbaf8c8186e7f769be4afa656949c14087ba44
iOSDFULibrary: 3500ac00451aa7d8ec48a752e91099669a2c1d27
MetaWear: 19022dcc21fc7858811f330365d3ebd94a20a5bb
MetaWear: 172042a920e6853083f1fd94fb4f509016188586
ZIPFoundation: b1f0de4eed33e74a676f76e12559ab6b75990197

PODFILE CHECKSUM: 88eca61ee84db015382162b2b188b47238fffc8c
Expand Down
8 changes: 4 additions & 4 deletions StarterProject/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
PODS:
- Bolts-Swift (1.5.0)
- MBProgressHUD (1.2.0)
- MetaWear/AsyncUtils (4.1.2):
- MetaWear/AsyncUtils (4.1.3):
- MetaWear/Core
- MetaWear/Core (4.1.2):
- MetaWear/Core (4.1.3):
- Bolts-Swift (~> 1)
- MetaWear/UI (4.1.2):
- MetaWear/UI (4.1.3):
- MetaWear/AsyncUtils
- MetaWear/Core

Expand All @@ -27,7 +27,7 @@ EXTERNAL SOURCES:
SPEC CHECKSUMS:
Bolts-Swift: afbbaf8c8186e7f769be4afa656949c14087ba44
MBProgressHUD: 3ee5efcc380f6a79a7cc9b363dd669c5e1ae7406
MetaWear: 19022dcc21fc7858811f330365d3ebd94a20a5bb
MetaWear: 172042a920e6853083f1fd94fb4f509016188586

PODFILE CHECKSUM: 8a674cfa17f79f6337a3e125f6fe8f3db48fe842

Expand Down

0 comments on commit 37a7c6f

Please sign in to comment.