Skip to content

Commit

Permalink
version: 0.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
maiha committed Nov 3, 2016
1 parent 55ba20d commit f0c8ba7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Crystal high level bindings for `libpcap`.
- `crystal-libpcap(libpcap.cr)` is a low level bindings for `libpcap` created by [puppetpies].
- `pcap.cr` is a wrapper for it and provides rich interface for packets like `ruby-pcap`.

- Crystal: 0.19.2
- Crystal: 0.19.4
- Binary: https://github.com/maiha/pcap.cr/releases

```crystal
Expand Down
2 changes: 1 addition & 1 deletion shard.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: pcap
version: 0.2.5
version: 0.2.6

authors:
- maiha <maiha@wota.jp>
Expand Down
2 changes: 1 addition & 1 deletion src/pcap.cr
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ require "./bomap"
require "./macros"

module Pcap
VERSION = "0.2.5"
VERSION = "0.2.6"

class Error < Exception
end
Expand Down

0 comments on commit f0c8ba7

Please sign in to comment.