Skip to content

Commit a00dca5

Browse files
committed
bump version
1 parent 32fe1ef commit a00dca5

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hyperlocal"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
authors = ["softprops <d.tangren@gmail.com>"]
55
description = "Hyper bindings for unix domain sockets"
66
homepage = "https://github.com/softprops/hyperlocal"

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2015 Doug Tangren
1+
Copyright (c) 2015-2016 Doug Tangren
22

33
Permission is hereby granted, free of charge, to any person obtaining
44
a copy of this software and associated documentation files (the

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Add the following to your `Cargo.toml` file
2020

2121
```toml
2222
[dependencies]
23-
hyperlocal = "0.1.0"
23+
hyperlocal = "0.2.0"
2424
```
2525

2626
## usage
@@ -73,4 +73,4 @@ fn main() {
7373
}
7474
```
7575

76-
Doug Tangren (softprops) 2015
76+
Doug Tangren (softprops) 2015-2016

0 commit comments

Comments
 (0)