From c0de13c81ac782b956e532c1dbb14d6261165b9f Mon Sep 17 00:00:00 2001 From: kelvinqian00 Date: Tue, 20 Feb 2024 14:45:13 -0500 Subject: [PATCH] Update versions on README --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 109c1e4..4e4fe07 100644 --- a/README.md +++ b/README.md @@ -8,12 +8,12 @@ A companion library to [Flint](https://github.com/yetanalytics/flint) for the direct compilation of Flint data into [Apache Jena](https://jena.apache.org/)-based SPARQL queries and updates. -Uses Flint version [v0.2.1](https://github.com/yetanalytics/flint/releases/tag/v0.2.1). +Uses Flint version [v0.3.0](https://github.com/yetanalytics/flint/releases/tag/v0.3.0). ## Installation ```clojure -{com.yetanalytics/flint-jena {:mvn/version "0.1.2" +{com.yetanalytics/flint-jena {:mvn/version "0.1.3" :exclusions [org.clojure/clojure]}} ``` @@ -72,4 +72,3 @@ Which then outputs the following to `target/bench/query.txt`: Copyright © 2022-2024 Yet Analytics, Inc. Distributed under the Apache License version 2.0. -