Skip to content

Commit

Permalink
0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
dspearson committed Mar 20, 2022
1 parent ded6400 commit f5440b8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,7 @@ docs
target/**
.nrepl*
/docs
/.clj-kondo/
/.eastwood
/.lsp/
/.rebel_readline_history
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![Build Status](https://travis-ci.org/dspearson/phlegyas.svg?branch=master)](https://travis-ci.org/dspearson/phlegyas)

```clj
[phlegyas "master-SNAPSHOT"]
[phlegyas "0.1.7"]
```

The vast majority of the protocol-level documentation was sourced from the wonderful [Plan 9 from User Space](https://9fans.github.io/plan9port/man/man9/) project.
Expand Down
3 changes: 2 additions & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
(defproject phlegyas "master-SNAPSHOT"
(defproject phlegyas "0.1.7"
:description "phlegyas: an implementation of 9P2000"
:url "https://github.com/dspearson/phlegyas"
:license {:name "ISC Licence"}
:dependencies [[org.clojure/clojure "1.10.3"]
[org.clojure/clojurescript "1.11.4"]
[org.clojure/core.async "1.5.648"]
[primitive-math "0.1.6"]
[manifold "0.2.3"]
Expand Down

0 comments on commit f5440b8

Please sign in to comment.