Skip to content

Commit

Permalink
fix bump version 4.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
SylvainRomillon committed May 23, 2023
1 parent 1894f16 commit 232ebb0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 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.4.1'
s.version = '4.4.2'
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
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
# CHANGELOG

## Version 4.4.1
## Version 4.4.2

### Fixes
- Don't need anymore stuffing byte to flush glasses stack

## Version 4.4.1

### Fixes
- Hotfixe init TimeOutDuration

## Version 4.4.0

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.4.1'
:tag = 'v4.4.2'
```

Then run the command:
Expand Down

0 comments on commit 232ebb0

Please sign in to comment.