Skip to content

Commit

Permalink
3.4.10 update
Browse files Browse the repository at this point in the history
  • Loading branch information
janekp committed Jan 26, 2019
1 parent e844694 commit 32b296f
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 6 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

### 3.4.10

# Fixed:
- Improved code border detection

### 3.4.9

# Fixed:
Expand Down
Binary file modified Quikkly.framework/Assets.car
Binary file not shown.
6 changes: 3 additions & 3 deletions Quikkly.framework/Default-Blueprint.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Quikkly.framework/Headers/quikklycore.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Otherwise Python bindings get messy, and floating point access crashes with a ve
#define QC_EXPORT __attribute__((visibility("default")))


#define QC_VERSION_STR "3.4.9"
#define QC_VERSION_STR "3.4.10"


// Greyscale, 1 byte per pixel. Array order is: row, column.
Expand Down
Binary file modified Quikkly.framework/Info.plist
Binary file not shown.
Binary file modified Quikkly.framework/Quikkly
Binary file not shown.
4 changes: 2 additions & 2 deletions Quikkly.podspec.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Quikkly",
"version": "3.4.9",
"version": "3.4.10",
"homepage": "https://quikklycodes.com/",
"license": {
"type": "Commercial",
Expand All @@ -16,7 +16,7 @@
"swift_version": "4.2",
"source": {
"git": "https://github.com/quikkly/ios-sdk.git",
"tag": "3.4.9"
"tag": "3.4.10"
},
"vendored_frameworks": "Quikkly.framework",
"requires_arc": true
Expand Down

0 comments on commit 32b296f

Please sign in to comment.