Skip to content

Commit be2e5ca

Browse files
committed
release: set version to 1.0.0
1 parent a0c3eaa commit be2e5ca

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.es.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@ Maven:
2323
<dependency>
2424
<groupId>io.facturapi</groupId>
2525
<artifactId>facturapi-java</artifactId>
26-
<version>0.1.0</version>
26+
<version>1.0.0</version>
2727
</dependency>
2828
```
2929

3030
Gradle:
3131

3232
```gradle
33-
implementation("io.facturapi:facturapi-java:0.1.0")
33+
implementation("io.facturapi:facturapi-java:1.0.0")
3434
```
3535

3636
## Inicio rápido

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@ Maven:
2323
<dependency>
2424
<groupId>io.facturapi</groupId>
2525
<artifactId>facturapi-java</artifactId>
26-
<version>0.1.0</version>
26+
<version>1.0.0</version>
2727
</dependency>
2828
```
2929

3030
Gradle:
3131

3232
```gradle
33-
implementation("io.facturapi:facturapi-java:0.1.0")
33+
implementation("io.facturapi:facturapi-java:1.0.0")
3434
```
3535

3636
## 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>0.1.0-SNAPSHOT</version>
8+
<version>1.0.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)