Skip to content

Commit

Permalink
Update library version in readme and year in license
Browse files Browse the repository at this point in the history
  • Loading branch information
solkin committed Jul 15, 2021
1 parent a16d789 commit 569417a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2020 Igor Solkin
Copyright (c) 2021 Igor Solkin

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ allprojects {
```
**Step 2.** Add the dependency
```groovy
implementation 'com.github.solkin:disk-lru-cache:1.2'
implementation 'com.github.solkin:disk-lru-cache:1.3'
```

### Create DiskLruCache
Expand Down

0 comments on commit 569417a

Please sign in to comment.