Skip to content

Commit a01c234

Browse files
committed
Added 0.9.5 Release Notes
1 parent e38d0ac commit a01c234

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
TSMessages
22
==========
33

4-
This framework provides an easy to use class to show little notification views on the top of the screen. (à la Tweetbot).
4+
This library provides an easy to use class to show little notification views on the top of the screen. (à la Tweetbot).
55

66
The notification moves from the top of the screen underneath the navigation bar and stays there for a few seconds, depending on the length of the displayed text. To dismiss a notification before the time runs out, the user can swipe it to the top or just tap it.
77

@@ -11,7 +11,7 @@ It is very easy to add new notification types with a different design. Add the n
1111

1212
**Take a look at the Example project to see how to use this library.** You have to open the workspace, not the project file, since the Example project uses cocoapods.
1313

14-
Follow the developer on Twitter: [KrauseFx](http://twitter.com/krausefx) (Felix Krause)
14+
Follow the developer on Twitter: [KrauseFx](http://twitter.com/KrauseFx) (Felix Krause)
1515

1616
## Installation
1717

@@ -86,6 +86,10 @@ If you have ideas how to improve this library please let me know or send a pull
8686
Changes
8787
-----
8888
89+
**0.9.5**
90+
* Fixed warnings
91+
* Other little bugfixes
92+
8993
**0.9.4**
9094
* Added new initializer (Sorry about that, it was necessary)
9195
* Added easy way to customize the design with an additional design file
@@ -110,4 +114,4 @@ Changes
110114
111115
TODOs
112116
-----
113-
Currently empty
117+
Currently empty

0 commit comments

Comments
 (0)