Skip to content

Commit

Permalink
Update new version for releasing (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
kittinunf authored Apr 11, 2022
1 parent 80d95e8 commit 4382bec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package com.github.kittinunf.fuse.core.cache

class MemCache(val maxSize: Int) : Persistence<Any> {
internal class MemCache(val maxSize: Int) : Persistence<Any> {

val cache: MutableMap<String, Any> = object : LinkedHashMap<String, Any>(0, 0.75f, true) {

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ artifactUrl=https://github.com/kittinunf/Fuse
artifactScm=[email protected]:kittinunf/fuse.git
artifactLicenseName=MIT License
artifactLicenseUrl=http://www.opensource.org/licenses/mit-license.php
artifactPublishVersion=1.2.2
artifactPublishVersion=1.3.0
artifactGroupId=com.github.kittinunf.fuse

0 comments on commit 4382bec

Please sign in to comment.