Skip to content

Commit daa94f9

Browse files
update Swift version in README
1 parent f49d481 commit daa94f9

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# SearchExpressionParser
22

3-
![Swift 4.2](https://img.shields.io/badge/Swift-4.2-blue.svg?style=flat)
3+
![Swift 5.0](https://img.shields.io/badge/Swift-5.0-blue.svg?style=flat)
44
![Version](https://img.shields.io/github/tag/CleanCocoa/SearchExpressionParser.svg?style=flat)
55
![License](https://img.shields.io/github/license/CleanCocoa/SearchExpressionParser.svg?style=flat)
66
![Platform](https://img.shields.io/badge/platform-macOS-lightgrey.svg?style=flat)
@@ -114,10 +114,12 @@ The expressions provided are:
114114
- `NotNode` wraps 1 other node and reverses the result of its outcome.
115115
- `AndNode` and `OrNode` both take 2 other notes and combine their results with the boolean operator equivalents.
116116

117-
## License
118-
119-
Copyright (c) 2018 Christian Tietze. Distributed under the MIT License.
120-
121117
## Apps that use this
122118

123119
- [The Archive](https://zettelkasten.de/the-archive/), a fast plain-text note-taking app for macOS.
120+
121+
Use this in your app? Open a PR and tell the world about it!
122+
123+
## License
124+
125+
Copyright (c) 2018-2019 Christian Tietze. Distributed under the MIT License.

0 commit comments

Comments
 (0)