-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release 0.2.7 #5
Conversation
I think we should be able to merge this now. |
deps.edn
Outdated
org.clojure/data.fressian {:mvn/version "0.2.1"} | ||
com.cognitect/transit-clj {:mvn/version "0.8.319"} | ||
com.cognitect/transit-cljs {:mvn/version "0.8.256"} | ||
fress {:mvn/version "0.3.2"}} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be 'fress/fress'
pom.xml
Outdated
<packaging>jar</packaging> | ||
<groupId>io.replikativ</groupId> | ||
<artifactId>incognito</artifactId> | ||
<version>0.2.7-SNAPSHOT</version> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be 0.2.7
@TimoKramer Thanks for pointing the two release issues out. It should be good to go now. |
pom.xml needs the release version before merging.