Skip to content

Commit

Permalink
0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dspearson committed Apr 22, 2019
1 parent 426c172 commit afcb8dd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@
[![Build Status](https://travis-ci.org/dspearson/phlegyas.svg?branch=master)](https://travis-ci.org/dspearson/phlegyas)

```clj
[phlegyas "0.1.4-SNAPSHOT"]
[phlegyas "0.1.4"]
```

*WARNING: DRAGONS LIE AHEAD! THIS IS WOEFULLY INCOMPLETE. USE AT YOUR OWN PERIL!*

Another release rolled, this time with basic client support.

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.

I have copied the test resources from [droyo's styx package](https://github.com/droyo/styx/), credit due for making it available.
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject phlegyas "0.1.4-SNAPSHOT"
(defproject phlegyas "0.1.4"
:description "phlegyas: an implementation of 9P2000"
:url "https://github.com/dspearson/phlegyas"
:license {:name "ISC Licence"}
Expand Down

0 comments on commit afcb8dd

Please sign in to comment.