We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e32df04 commit 253fef9Copy full SHA for 253fef9
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## v0.1.1
4
+
5
+* Bug fixes
6
+ * Various updates to specs and docs
7
8
## v0.1.0
9
10
Initial release
mix.exs
@@ -4,7 +4,7 @@ defmodule PBCS.MixProject do
def project do
[
app: :pbcs,
- version: "0.1.0",
+ version: "0.1.1",
elixir: "~> 1.0",
start_permanent: Mix.env() == :prod,
deps: deps(),
0 commit comments