Skip to content

Commit

Permalink
Bump version to 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
PetrHeinz committed Jan 10, 2024
1 parent 32d93aa commit f73e2b5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/gradle/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ repositories {
}

dependencies {
implementation 'com.logtail:logback-logtail:0.3.2'
implementation 'com.logtail:logback-logtail:0.3.3'
implementation 'ch.qos.logback:logback-classic:1.2.11'
implementation 'ch.qos.logback:logback-core:1.2.11'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.13.5'
Expand Down
2 changes: 1 addition & 1 deletion examples/maven/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<dependency>
<groupId>com.logtail</groupId>
<artifactId>logback-logtail</artifactId>
<version>0.3.2</version>
<version>0.3.3</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<groupId>com.logtail</groupId>
<artifactId>logback-logtail</artifactId>
<packaging>jar</packaging>
<version>0.3.2</version>
<version>0.3.3</version>

<name>${project.groupId}:${project.artifactId}</name>
<description>Logback Java appender for sending logs to BetterStack.com</description>
Expand Down

0 comments on commit f73e2b5

Please sign in to comment.