Skip to content

Commit

Permalink
Version Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
bowbahdoe committed Jan 23, 2022
1 parent 6046fa5 commit f962c08
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ Requires Java 17+.
<dependency>
<groupId>dev.mccue</groupId>
<artifactId>magic-bean</artifactId>
<version>2.0.1</version>
<version>2.0.2</version>
<scope>provided</scope>
</dependency>
```

### deps.edn
```edn
{:mvn/repos {"jitpack" {:url "https://jitpack.io"}}
:aliases {:compile {:deps {dev.mccue/magic-bean {:mvn/version "2.0.1"}}}}}
:aliases {:compile {:deps {dev.mccue/magic-bean {:mvn/version "2.0.2"}}}}}
```

## What this does
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>dev.mccue</groupId>
<artifactId>magic-bean</artifactId>
<version>2.0.1</version>
<version>2.0.2</version>
<packaging>jar</packaging>

<properties>
Expand Down

0 comments on commit f962c08

Please sign in to comment.