Skip to content

Commit

Permalink
Release v0.14.2 (#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
justinjc authored Jun 27, 2024
1 parent 1d3641c commit 379a3c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ fabric.properties
.classpath
.project
.settings
.vscode

# *.iml
# modules.xml
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ configurations.archives.artifacts.clear()

allprojects {
group = 'com.uber.m3'
version = '0.14.1'
version = '0.14.2'

apply plugin: 'java'
apply plugin: 'maven'
Expand Down

0 comments on commit 379a3c0

Please sign in to comment.