Skip to content

Commit 23bdcef

Browse files
committed
Updated on 2022-08-05 15:14:04. Version: 0.0.4
1 parent 54eaf6d commit 23bdcef

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
### 0.0.4 [August 5, 2022]
2+
3+
- Initial release

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ DocSpring is a service that helps you fill out and sign PDF templates.
44

55
## Installation
66

7-
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
7+
This package is [available in Hex](https://hex.pm) and can be installed
88
by adding `docspring` to your list of dependencies in `mix.exs`:
99

1010
```elixir
1111
def deps do
12-
[{:docspring, "~> 0.1.0"}]
12+
[{:docspring, "~> 0.0.4"}]
1313
end
1414
```
1515

16-
Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
17-
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
16+
Documentation is generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
17+
and published on [HexDocs](https://hexdocs.pm). The docs can
1818
be found at [https://hexdocs.pm/docspring](https://hexdocs.pm/docspring).

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ defmodule Docspring.Mixfile do
33

44
def project do
55
[app: :docspring,
6-
version: "0.0.3",
6+
version: "0.0.4",
77
elixir: "~> 1.4",
88
build_embedded: Mix.env == :prod,
99
start_permanent: Mix.env == :prod,

0 commit comments

Comments
 (0)