Skip to content

Commit 74bbff9

Browse files
authored
Update README.md
1 parent fc08095 commit 74bbff9

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,20 @@
66
Status](https://travis-ci.org/insanoid/SwiftyJSONAccelerator.svg?branch=master)](https://travis-ci.org/insanoid/SwiftyJSONAccelerator)
77
[![Coverage Status](https://coveralls.io/repos/github/insanoid/SwiftyJSONAccelerator/badge.svg?branch=master)](https://coveralls.io/github/insanoid/SwiftyJSONAccelerator?branch=master)
88

9+
10+
**Version v2.1 Released! (Swift 5)**
11+
12+
- Tests are back - major parts of the code is covered.
13+
- Multiple file model generator is working again.
14+
915
**Version v2.0 Released! (Swift 5)**
1016

1117
- Generates Swift 5 `Codeable` version along with `CodingKeys`.
1218
- Allows support to switch between `Optional` and non-optional variations.
1319
- Temporarily support for CLI and tests have been removed.
1420
- UI now supports Dark mode!
1521

16-
- **Application Download:** [Download the .app (v2.0.0)](https://github.com/insanoid/SwiftyJSONAccelerator/releases/download/v2.0.0/SwiftyJSONAccelerator.zip)
22+
- **Application Download:** [Download the .app (v2.1.0)](https://github.com/insanoid/SwiftyJSONAccelerator/releases/download/v2.1.0/SwiftyJSONAccelerator.zip)
1723

1824
## Installing & Building
1925

@@ -24,7 +30,7 @@ Status](https://travis-ci.org/insanoid/SwiftyJSONAccelerator.svg?branch=master)]
2430

2531
You will also need to install `SwiftFormat` with `brew install swiftformat` and `SwiftLint` with `brew install swiftlint`.
2632

27-
- **Application Only:** [Download the .app (v2.0.0)](https://github.com/insanoid/SwiftyJSONAccelerator/releases/download/v2.0.0/SwiftyJSONAccelerator.zip)
33+
- **Application Only:** [Download the .app (v2.1.0)](https://github.com/insanoid/SwiftyJSONAccelerator/releases/download/v2.1.0/SwiftyJSONAccelerator.zip)
2834

2935
## Features
3036

0 commit comments

Comments
 (0)