Skip to content

Commit

Permalink
change version
Browse files Browse the repository at this point in the history
  • Loading branch information
EniHysenllari committed Aug 17, 2023
1 parent de32f70 commit 8b89e25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Add the JitPack repository and the dependency to your build file:
maven { url "https://jitpack.io" }
}
dependencies {
compile 'com.github.unisens:unisens2excel:1.0.4'
compile 'com.github.unisens:unisens2excel:1.0.5'
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ sourceCompatibility = "1.7"

group = 'com.github.unisens'

version = '1.0.4'
version = '1.0.5'

// In this section you declare where to find the dependencies of your project
repositories {
Expand Down

0 comments on commit 8b89e25

Please sign in to comment.