Skip to content

Commit

Permalink
Merge pull request #174 from eliasnogueira/fix
Browse files Browse the repository at this point in the history
chore: fix version
  • Loading branch information
eliasnogueira committed Aug 8, 2024
2 parents 2b7b38e + abbafe8 commit d20cad4
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
@@ -1,6 +1,6 @@
# Combined Credit API

[![Main Branch](https://github.com/eliasnogueira/credit-api/actions/workflows/main.yml/badge.svg)](https://github.com/eliasnogueira/credit-api/actions/workflows/main.yml)
[![On Merge](https://github.com/eliasnogueira/credit-api/actions/workflows/merge-main.yml/badge.svg)](https://github.com/eliasnogueira/credit-api/actions/workflows/merge-main.yml)

This project was created to start the initial steps with test automation for a REST API using RestAssured.
It's a combination of the following projects to facilitate the test automation:
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>com.eliasogueira.credit</groupId>
<artifactId>combined-credit-api</artifactId>
<version>1.13.7</version>
<version>1.13.8</version>

<distributionManagement>
<repository>
Expand Down

0 comments on commit d20cad4

Please sign in to comment.