Skip to content

Commit

Permalink
3.4.13 update
Browse files Browse the repository at this point in the history
  • Loading branch information
janekp committed Jun 21, 2019
1 parent fa0ffd9 commit f89be0d
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.13

# Fixed:
- Improved scanning for multicolor dots

### 3.4.12

# 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.12"
#define QC_VERSION_STR "3.4.13"


// 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.12",
"version": "3.4.13",
"homepage": "https://quikklycodes.com/",
"license": {
"type": "Commercial",
Expand All @@ -16,7 +16,7 @@
"swift_version": "5.0",
"source": {
"git": "https://github.com/quikkly/ios-sdk.git",
"tag": "3.4.12"
"tag": "3.4.13"
},
"vendored_frameworks": "Quikkly.framework",
"requires_arc": true
Expand Down

0 comments on commit f89be0d

Please sign in to comment.