Skip to content

Commit

Permalink
bump version 4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Activelook-dev committed Dec 16, 2022
1 parent fa8bfa2 commit d06c982
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ActiveLookSDK.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'ActiveLookSDK'
s.version = '4.3.0'
s.version = '4.4.0'
s.summary = 'An iOS library to interact with ActiveLook eyewear'
s.description = <<-DESC
This CocoaPod provides the ability to connect to ActiveLook eyewear running
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## Version 4.4.0



## Version 4.3.0

### Breaking changes
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ in your Podfile:
```
pod 'ActiveLookSDK',
:git => 'https://github.com/ActiveLook/ios-sdk.git',
:tag = 'v4.3.0'
:tag = 'v4.4.0'
```

Then run the command:
Expand Down

0 comments on commit d06c982

Please sign in to comment.