Skip to content

Commit

Permalink
chore: bump all modules (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
sgoudham authored May 18, 2024
1 parent 01352e1 commit 2d296b9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions palette/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<artifactId>catppuccin-java</artifactId>
<groupId>com.catppuccin</groupId>
<version>2.0.1</version>
<version>2.0.2</version>
</parent>

<packaging>jar</packaging>
<artifactId>catppuccin-palette</artifactId>
<version>2.0.1</version>
<version>2.0.2</version>
<name>catppuccin-palette</name>

<properties>
Expand All @@ -23,7 +23,7 @@
<dependency>
<groupId>com.catppuccin</groupId>
<artifactId>catppuccin-processing</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
Expand All @@ -44,7 +44,7 @@
<annotationProcessorPath>
<groupId>com.catppuccin</groupId>
<artifactId>catppuccin-processing</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
</annotationProcessorPath>
</annotationProcessorPaths>
<annotationProcessors>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.catppuccin</groupId>
<artifactId>catppuccin-java</artifactId>
<version>2.0.1</version>
<version>2.0.2</version>
<packaging>pom</packaging>
<name>catppuccin-java</name>
<description>Soothing pastel library for Catppuccin</description>
Expand Down Expand Up @@ -58,7 +58,7 @@
<dependency>
<groupId>com.catppuccin</groupId>
<artifactId>catppuccin-processing</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down
4 changes: 2 additions & 2 deletions processing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<artifactId>catppuccin-java</artifactId>
<groupId>com.catppuccin</groupId>
<version>2.0.1</version>
<version>2.0.2</version>
</parent>

<packaging>jar</packaging>
<artifactId>catppuccin-processing</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
<name>catppuccin-processing</name>
<description>Soothing pastel code generator for Catppuccin</description>
<url>https://github.com/catppuccin/java</url>
Expand Down

0 comments on commit 2d296b9

Please sign in to comment.