Skip to content

Commit

Permalink
update for beta-2
Browse files Browse the repository at this point in the history
  • Loading branch information
Harley-xk committed Apr 16, 2019
1 parent 3ccbdbd commit f411ead
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion MaLiang.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Pod::Spec.new do |s|

s.name = 'MaLiang'
s.version = '2.0.0'
s.version = '2.0.0-beta-2'
s.summary = 'MaLiang is a painting Framework based on Metal.'
s.description = 'The name of "MaLiang" comes from a boy who had a magical brush in Chinese ancient fairy story.'

Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ MaLiang is available through [CocoaPods](http://cocoapods.org). To install
it, simply add the following line to your Podfile:

```ruby
pod 'MaLiang'
# 2.0.0 is currently in beta testing
pod 'MaLiang', '~> 2.0.0-beta-2'
```

To use the old OpenGL ES verion:
Expand Down Expand Up @@ -116,7 +117,7 @@ And you can implement your own **saving logic** with the data holds by `Document
- [x] Port to Metal
- [x] Undo & Redo
- [x] Export to image
- [ ] Optimize for scale
- [x] Optimize for scale
- [ ] Optimize for saving logic
- [ ] Glow style line
- [ ] Text element
Expand Down

0 comments on commit f411ead

Please sign in to comment.