Skip to content
This repository has been archived by the owner on Jul 19, 2024. It is now read-only.

Commit

Permalink
Merge branch 'hotfix/recharge-exception'
Browse files Browse the repository at this point in the history
  • Loading branch information
lesclaz committed May 3, 2023
2 parents eaedb42 + c397935 commit 6b3ee75
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 @@ -48,7 +48,7 @@ Al ser un proyecto open-source, se valoran y se reciben contribuciones de la com
Importa `suitetecsa-sdk-kotlin` en tu proyecto

```groovy
implementation("com.github.suitetecsa:suitetecsa-sdk-kotlin:0.1.7")
implementation("com.github.suitetecsa:suitetecsa-sdk-kotlin:0.1.8")
```

Importal `NautaSession`, `JsoupNautaProvider` y `NautaClient`
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

group = "cu.suitetecsa"
version = "0.1.7"
version = "0.1.8"

publishing {
publications { // Configure el paquete de salida publicado, un proyecto puede tener múltiples salidas, pero solo una es
Expand Down

0 comments on commit 6b3ee75

Please sign in to comment.