Skip to content

Commit

Permalink
Bump to 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
bowbahdoe committed Oct 17, 2023
1 parent d7d2411 commit ae53c05
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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-collect</artifactId>
<version>0.0.3</version>
<version>0.0.4</version>
</dependency>
```

Expand Down
8 changes: 4 additions & 4 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-collect</artifactId>
<version>0.0.3</version>
<version>0.0.4</version>
<!-- <version>32.1.1</version> -->
<packaging>jar</packaging>

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


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


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

<dependency>
Expand Down

0 comments on commit ae53c05

Please sign in to comment.