Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
valerauko committed Nov 21, 2023
1 parent 23dd092 commit 1deff1a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Clojure library for tracing (possibly async) applications with Datadog.
Available on Clojars.

```
[jp.studist/sleepydog "0.1.1"]
[jp.studist/sleepydog "0.1.3"]
```

## Usage
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>jp.studist</groupId>
<artifactId>sleepydog</artifactId>
<packaging>jar</packaging>
<version>0.1.2</version>
<version>0.1.3</version>
<name>sleepydog</name>
<description>Clojure library for tracing (possibly async) applications with Datadog.</description>
<url>https://github.com/StudistCorporation/sleepydog</url>
Expand All @@ -18,7 +18,7 @@
<url>https://github.com/StudistCorporation/sleepydog</url>
<connection>scm:git:git://github.com/StudistCorporation/sleepydog.git</connection>
<developerConnection>scm:git:ssh://git@github.com/StudistCorporation/sleepydog.git</developerConnection>
<tag>v0.1.2</tag>
<tag>v0.1.3</tag>
</scm>
<build>
<sourceDirectory>src</sourceDirectory>
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject jp.studist/sleepydog "0.1.2"
(defproject jp.studist/sleepydog "0.1.3"
:description "Clojure library for tracing (possibly async) applications with Datadog."
:url "https://github.com/StudistCorporation/sleepydog"
:license {:name "MIT"
Expand Down

0 comments on commit 1deff1a

Please # to comment.