Skip to content

Commit c4fa06b

Browse files
committed
Updated version number and README typos.
1 parent 3ec756d commit c4fa06b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
![Logo](https://raw.githubusercontent.com/insanoid/SwiftyJSONAccelerator/master/SwiftyJSONAccelerator/Assets.xcassets/AppIcon.appiconset/Icon_32x32%402x.png)
1+
![Logo](SwiftyJSONAccelerator/Support/Assets.xcassets/AppIcon.appiconset/Icon_32x32%402x.png)
22

33
# SwiftyJSONAccelerator
44

55
[![Build
66
Status](https://travis-ci.org/insanoid/SwiftyJSONAccelerator.svg?branch=master)](https://travis-ci.org/insanoid/SwiftyJSONAccelerator) [![codecov](https://codecov.io/gh/insanoid/SwiftyJSONAccelerator/branch/master/graph/badge.svg)](https://codecov.io/gh/insanoid/SwiftyJSONAccelerator)
77

8-
** Version v1.0.0 Released! **
8+
**Version v1.0.0 Released!**
99

1010
- Now generates **Swift 3** and the software itself is upgraded to Swift 3.
1111
- Unit tests and complete code coverage for file generation module.
@@ -30,7 +30,7 @@ Currently, the pattern is very similar to its Objective-C counterpart. It genera
3030
![Preview](preview.png)
3131

3232
- Simple configurable interface for generation of file.
33-
- Each class in the JSON is generated as a file._
33+
- Each class in the JSON is generated as a file.
3434

3535
## Adding New Libraries
3636

SwiftyJSONAccelerator/Support/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>0.0.6</string>
20+
<string>1.0.0</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>

0 commit comments

Comments
 (0)