README.md in unicode-version-1.1.0 vs README.md in unicode-version-1.2.0
- old
+ new
@@ -11,22 +11,22 @@
```
## Usage
```ruby
-# Returns current Unicode version (example with Ruby 3.0.0)
-Unicode::Version.unicode_version # => 12.1
+# Returns current Unicode version (example with Ruby 3.1.0)
+Unicode::Version.unicode_version # => 13.0.0
# Returns Unicode version of older Rubies
Unicode::Version.unicode_version "2.6.2" # => 12.0.0
Unicode::Version.unicode_version 1.9 # => 5.2.0
# Returns nil when Ruby version too old (before 1.9)
Unicode::Version.unicode_version 1.8 # => nil
-# Returns current Emoji version (example with Ruby 3.0.0)
-Unicode::Version.emoji_version # => 12.1
+# Returns current Emoji version (example with Ruby 3.1.0)
+Unicode::Version.emoji_version # => 13.1
# Returns Emoji version of older Rubies
Unicode::Version.emoji_version "2.6.2" # => 12.0
Unicode::Version.emoji_version 2.5 # => 5.0
@@ -34,6 +34,6 @@
Unicode::Version.emoji_version 2.4 # => nil
```
## MIT License
-Copyright (C) 2020 Jan Lelis <https://janlelis.com>. Released under the MIT license.
+Copyright (C) 2020-2021 Jan Lelis <https://janlelis.com>. Released under the MIT license.