Skip to content

Commit

Permalink
Bump version references in README files
Browse files Browse the repository at this point in the history
  • Loading branch information
wso2-jenkins-bot committed Apr 6, 2022
1 parent 0e3e79e commit aef741b
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 @@ -158,7 +158,7 @@ Install it as a maven dependency:
<dependency>
<groupId>io.asgardeo.tomcat.oidc.agent</groupId>
<artifactId>io.asgardeo.tomcat.oidc.agent</artifactId>
<version>0.1.20</version>
<version>0.1.21</version>
</dependency>
```
### Building from the source
Expand Down
2 changes: 1 addition & 1 deletion docs/integrating_with_java_source_project.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ The structure of the sample would be as follows:
<dependency>
<groupId>io.asgardeo.tomcat.oidc.agent</groupId>
<artifactId>io.asgardeo.tomcat.oidc.agent</artifactId>
<version>0.1.20</version>
<version>0.1.21</version>
</dependency>
```

Expand Down

0 comments on commit aef741b

Please sign in to comment.