Skip to content

Commit 59c450a

Browse files
committed
chore: keep retention draft methods unreleased
1 parent 303542a commit 59c450a

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [1.3.1] - 2026-07-01
8+
## Unreleased
99

1010
### Added
1111

README.es.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@ Maven:
2929
<dependency>
3030
<groupId>io.facturapi</groupId>
3131
<artifactId>facturapi-java</artifactId>
32-
<version>1.3.1</version>
32+
<version>1.3.0</version>
3333
</dependency>
3434
```
3535

3636
Gradle:
3737

3838
```gradle
39-
implementation("io.facturapi:facturapi-java:1.3.1")
39+
implementation("io.facturapi:facturapi-java:1.3.0")
4040
```
4141

4242
## Inicio rápido

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@ Maven:
2929
<dependency>
3030
<groupId>io.facturapi</groupId>
3131
<artifactId>facturapi-java</artifactId>
32-
<version>1.3.1</version>
32+
<version>1.3.0</version>
3333
</dependency>
3434
```
3535

3636
Gradle:
3737

3838
```gradle
39-
implementation("io.facturapi:facturapi-java:1.3.1")
39+
implementation("io.facturapi:facturapi-java:1.3.0")
4040
```
4141

4242
## Quickstart

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>io.facturapi</groupId>
77
<artifactId>facturapi-java</artifactId>
8-
<version>1.3.1</version>
8+
<version>1.3.0</version>
99
<name>facturapi-java</name>
1010
<description>Official Java SDK for Facturapi</description>
1111
<url>https://github.com/facturapi/facturapi-java</url>

0 commit comments

Comments
 (0)