Skip to content

Commit

Permalink
Release 0.5.2
Browse files Browse the repository at this point in the history
weavejester committed Dec 1, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 0af0c58 commit 758cce7
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -10,11 +10,11 @@

Add the following dependency to your deps.edn file:

org.duct-framework/migrator.ragtime {:mvn/version "0.5.1"}
org.duct-framework/migrator.ragtime {:mvn/version "0.5.2"}

Or to your Leiningen project file:

[org.duct-framework/migrator.ragtime "0.5.1"]
[org.duct-framework/migrator.ragtime "0.5.2"]

## Usage

2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject org.duct-framework/migrator.ragtime "0.5.1"
(defproject org.duct-framework/migrator.ragtime "0.5.2"
:description "Integrant methods for running database migrations using Ragtime"
:url "https://github.com/duct-framework/migrator.ragtime"
:license {:name "Eclipse Public License"

0 comments on commit 758cce7

Please sign in to comment.