Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
valerauko committed Mar 21, 2024
1 parent 417f50d commit f741d0f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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.2.0-alpha1</version>
<version>0.2.0-alpha2</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://[email protected]/StudistCorporation/sleepydog.git</developerConnection>
<tag>v0.2.0-alpha1</tag>
<tag>v0.2.0-alpha2</tag>
</scm>
<build>
<sourceDirectory>src</sourceDirectory>
Expand Down
4 changes: 2 additions & 2 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
(defproject jp.studist/sleepydog "0.2.0-alpha1"
(defproject jp.studist/sleepydog "0.2.0-alpha2"
:description "Clojure library for tracing (possibly async) applications with Datadog."
:url "https://github.com/StudistCorporation/sleepydog"
:license {:name "MIT"
:url "https://opensource.org/license/mit/"}
:dependencies [[org.clojure/clojure "1.11.2"]
[com.datadoghq/dd-trace-ot "1.31.2"]]
:scm {:name "git"
:tag "v0.2.0-alpha1"}
:tag "v0.2.0-alpha2"}
:deploy-repositories {"clojars" {:url "https://repo.clojars.org/"
:username :env/clojars_user
:password :env/clojars_token}}
Expand Down

0 comments on commit f741d0f

Please sign in to comment.