We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent caf9475 commit dc0ee81Copy full SHA for dc0ee81
LICENSE
@@ -1,6 +1,6 @@
1
The MIT License (MIT)
2
3
-Copyright (c) 2020 Richard Böhme
+Copyright (c) 2021 Richard Böhme
4
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
of this software and associated documentation files (the "Software"), to deal
README.md
@@ -289,6 +289,11 @@ Bug reports and pull requests are highly welcomed and appreciated. This project
289
290
## Changelog
291
292
+### 0.1.1
293
+
294
+* Update license year
295
+* Let rubygems be happy to have an updated version
296
297
### 0.1.0
298
299
*Initial Release*
lib/lexorank/version.rb
@@ -1,3 +1,3 @@
module Lexorank
- VERSION = '0.1.0'
+ VERSION = '0.1.1'
end
0 commit comments