Skip to content

Commit

Permalink
Bump to 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
bowbahdoe committed Apr 19, 2024
1 parent 2f48cee commit 1b51941
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ in-depth usage guides.
<dependency>
<groupId>dev.mccue</groupId>
<artifactId>guava-concurrent</artifactId>
<version>0.0.4</version>
<version>0.0.5</version>
</dependency>
```

Expand Down
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>dev.mccue</groupId>
<artifactId>guava-concurrent</artifactId>
<version>0.0.4</version>
<version>0.0.5</version>
<!-- <version>32.1.1</version> -->
<packaging>jar</packaging>

Expand Down Expand Up @@ -47,25 +47,25 @@
<dependency>
<groupId>dev.mccue</groupId>
<artifactId>guava-base</artifactId>
<version>0.0.4</version>
<version>0.0.5</version>
</dependency>

<dependency>
<groupId>dev.mccue</groupId>
<artifactId>guava-collect</artifactId>
<version>0.0.4</version>
<version>0.0.5</version>
</dependency>

<dependency>
<groupId>dev.mccue</groupId>
<artifactId>guava-primitives</artifactId>
<version>0.0.4</version>
<version>0.0.5</version>
</dependency>

<dependency>
<groupId>dev.mccue</groupId>
<artifactId>guava-math</artifactId>
<version>0.0.4</version>
<version>0.0.5</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 1b51941

Please sign in to comment.