Bump minor version

This commit is contained in:
Joshua Suskalo 2022-07-07 09:45:04 -05:00
parent 87262b4db3
commit a9e3ed090d
No known key found for this signature in database
GPG key ID: 9B6BA586EFF1B9F0
2 changed files with 2 additions and 2 deletions

View file

@ -17,7 +17,7 @@
[clojure.tools.build.api :as b])) [clojure.tools.build.api :as b]))
(def lib-coord 'org.suskalo/coffi) (def lib-coord 'org.suskalo/coffi)
(def version (format "0.4.%s" (b/git-count-revs nil))) (def version (format "0.5.%s" (b/git-count-revs nil)))
(def resource-dirs ["resources/"]) (def resource-dirs ["resources/"])

View file

@ -2,7 +2,7 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<name>org.suskalo/coffi</name> <name>org.suskalo/coffi</name>
<description>A Foreign Function Interface in Clojure for JDK 17.</description> <description>A Foreign Function Interface in Clojure for JDK 18.</description>
<url>https://github.com/IGJoshua/coffi</url> <url>https://github.com/IGJoshua/coffi</url>
<licenses> <licenses>
<license> <license>