Skip to content

Commit

Permalink
0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
pozi119 committed Sep 20, 2022
1 parent 7807839 commit 948b927
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,14 @@
2. 对swift的枚举类型支持并不完美, 目前编码为Int类型,按定义顺序从0依次递增, 请谨慎使用.
3. 大致用法请参考[VVSequelize](https://github.com/pozi119/VVSequelize)

## 改动(0.1.4)
1. 支持Codable
## 改动(0.1.5)
1. Fix bug
2. 修改like & glob 语句

## 安装

```ruby
pod 'SQLiteORM', '~> 0.1.4'
pod 'SQLiteORM', '~> 0.1.5'
pod 'Runtime', :git => 'https://github.com/wickwirew/Runtime.git' // The version in pods is 2.2.2, which requires 2.2.4
```

Expand Down
2 changes: 1 addition & 1 deletion SQLiteORM.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'SQLiteORM'
s.version = '0.1.4'
s.version = '0.1.5'
s.summary = 'The swift version of VVSequelize.'

s.description = <<-DESC
Expand Down

0 comments on commit 948b927

Please sign in to comment.