Skip to content

Commit

Permalink
Update versions on README
Browse files Browse the repository at this point in the history
  • Loading branch information
kelvinqian00 committed Feb 20, 2024
1 parent e92dfad commit c0de13c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]}}
```

Expand Down Expand Up @@ -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.

0 comments on commit c0de13c

Please sign in to comment.