Skip to content

Commit dc0ee81

Browse files
committed
update license year
1 parent caf9475 commit dc0ee81

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2020 Richard Böhme
3+
Copyright (c) 2021 Richard Böhme
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,11 @@ Bug reports and pull requests are highly welcomed and appreciated. This project
289289

290290
## Changelog
291291

292+
### 0.1.1
293+
294+
* Update license year
295+
* Let rubygems be happy to have an updated version
296+
292297
### 0.1.0
293298

294299
*Initial Release*

lib/lexorank/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Lexorank
2-
VERSION = '0.1.0'
2+
VERSION = '0.1.1'
33
end

0 commit comments

Comments
 (0)