Skip to content

Commit

Permalink
Cut 0.5.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
oubiwann committed Feb 10, 2019
1 parent e2c2ea7 commit 86355f0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ jdk:
- oraclejdk8
- openjdk8
- openjdk11
env:
- LEIN_SNAPSHOTS_IN_RELEASE=true
notifications:
email:
- oubiwann@gmail.com
4 changes: 2 additions & 2 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
ns
"\u001B[35m]\u001B[33m λ\u001B[m=> "))

(defproject clojusc/rfc5322 "0.5.0-SNAPSHOT"
(defproject clojusc/rfc5322 "0.5.0"
:description "A Parser for the Internet Message Format (RFC 5322)"
:url "https://github.com/clojusc/rfc5322"
:license {
Expand Down Expand Up @@ -110,7 +110,7 @@
"--file" "marginalia.html"
"--name" "sockets"]]
"build" ["with-profile" "+test" "do"
;["check-deps"]
["check-vers"]
["ubercompile"]
["lint"]
["ltest"]
Expand Down

0 comments on commit 86355f0

Please sign in to comment.