From db178cfd239898620f623abc5464c2f282de135d Mon Sep 17 00:00:00 2001 From: Zhuhao Wang Date: Mon, 10 Jul 2017 19:33:08 +0800 Subject: [PATCH] Update MMDB to fix that the database is not downloaded correcly --- CHANGELOG.md | 5 +++++ Cartfile | 2 +- Cartfile.resolved | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c7555f34c..bd64c7133 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ All notable changes to this project will be documented in this file. I will do my best to guarantee that this project adheres to [Semantic Versioning](http://semver.org/) after 1.0.0, but please do read change log before updating. +## 0.12.2 + +### Fixed +- Update MMDB to fix that the database is not downloaded correcly. + ## 0.12.1 ### Changed diff --git a/Cartfile b/Cartfile index 0da9ef69e..cff3d624b 100644 --- a/Cartfile +++ b/Cartfile @@ -1,6 +1,6 @@ github "robbiehanson/CocoaAsyncSocket" ~> 7.5.1 github "CocoaLumberjack/CocoaLumberjack" ~> 3.0.0 -github "lexrus/MMDB-Swift" "0.2.6" +github "lexrus/MMDB-Swift" "0.2.7" github "zhuhaow/Sodium-framework" "v1.0.10.1" github "behrang/YamlSwift" ~> 3.0.0 github "zhuhaow/tun2socks" ~> 0.6.0 diff --git a/Cartfile.resolved b/Cartfile.resolved index 67fa7aa01..930ef85ed 100644 --- a/Cartfile.resolved +++ b/Cartfile.resolved @@ -2,7 +2,7 @@ github "CocoaLumberjack/CocoaLumberjack" "3.2.0" github "Quick/Nimble" "v5.1.1" github "Quick/Quick" "v1.0.0" github "behrang/YamlSwift" "3.4.0" -github "lexrus/MMDB-Swift" "0.2.6" +github "lexrus/MMDB-Swift" "0.2.7" github "robbiehanson/CocoaAsyncSocket" "7.6.1" github "zhuhaow/Resolver" "0.1.3" github "zhuhaow/Sodium-framework" "v1.0.10.1"