Skip to content

Commit

Permalink
fix: Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
hofmeister committed Feb 9, 2024
1 parent 1f43235 commit c4c4b0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/maven/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.kapeta</groupId>
<artifactId>schemas</artifactId>
<version>3.2.0</version>
<version>3.2.1</version>

<name>${project.groupId}:${project.artifactId}</name>
<description>Data schemas for Kapeta</description>
Expand Down
2 changes: 1 addition & 1 deletion packages/npm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kapeta/schemas",
"version": "3.2.0",
"version": "3.2.1",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit c4c4b0b

Please sign in to comment.