Skip to content

Commit 253fef9

Browse files
v0.1.1
1 parent e32df04 commit 253fef9

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## v0.1.1
4+
5+
* Bug fixes
6+
* Various updates to specs and docs
7+
38
## v0.1.0
49

510
Initial release

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defmodule PBCS.MixProject do
44
def project do
55
[
66
app: :pbcs,
7-
version: "0.1.0",
7+
version: "0.1.1",
88
elixir: "~> 1.0",
99
start_permanent: Mix.env() == :prod,
1010
deps: deps(),

0 commit comments

Comments
 (0)