Преглед на файлове

bumping the version to 0.9.10

ibireme преди 9 години
родител
ревизия
4c8cbadae2
променени са 3 файла, в които са добавени 4 реда и са изтрити 4 реда
  1. 1 1
      Framework/Info.plist
  2. 2 2
      README.md
  3. 1 1
      YYModel.podspec

+ 1 - 1
Framework/Info.plist

@@ -15,7 +15,7 @@
 	<key>CFBundlePackageType</key>
 	<string>FMWK</string>
 	<key>CFBundleShortVersionString</key>
-	<string>0.9.9</string>
+	<string>0.9.10</string>
 	<key>CFBundleSignature</key>
 	<string>????</string>
 	<key>CFBundleVersion</key>

+ 2 - 2
README.md

@@ -30,7 +30,7 @@ Features
 - **Type Safe**: All data types will be verified to ensure type-safe during the conversion process.
 - **Non-intrusive**: There is no need to make the model class inherit from other base class.
 - **Lightwight**: This library contains only 5 files.
-- **Docs and unit testing**: 100% docs coverage, 99% code coverage.
+- **Docs and unit testing**: 100% docs coverage, 99.6% code coverage.
 
 Usage
 ==============
@@ -328,7 +328,7 @@ YYModel is provided under the MIT license. See LICENSE file for details.
 - **类型安全**: 转换过程中,所有的数据类型都会被检测一遍,以保证类型安全,避免崩溃问题。
 - **无侵入性**: 模型无需继承自其他基类。
 - **轻量**: 该框架只有 5 个文件 (包括.h文件)。
-- **文档和单元测试**: 文档覆盖率100%, 代码覆盖率99%。
+- **文档和单元测试**: 文档覆盖率100%, 代码覆盖率99.6%。
 
 使用方法
 ==============

+ 1 - 1
YYModel.podspec

@@ -1,7 +1,7 @@
 Pod::Spec.new do |s|
   s.name         = 'YYModel'
   s.summary      = 'High performance model framework for iOS/OSX.'
-  s.version      = '0.9.9'
+  s.version      = '0.9.10'
   s.license      = { :type => 'MIT', :file => 'LICENSE' }
   s.authors      = { 'ibireme' => 'ibireme@gmail.com' }
   s.social_media_url = 'http://blog.ibireme.com'