File tree 3 files changed +8
-5
lines changed
3 files changed +8
-5
lines changed Original file line number Diff line number Diff line change
1
+ ### 0.0.4 [ August 5, 2022]
2
+
3
+ - Initial release
Original file line number Diff line number Diff line change @@ -4,15 +4,15 @@ DocSpring is a service that helps you fill out and sign PDF templates.
4
4
5
5
## Installation
6
6
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
8
8
by adding ` docspring ` to your list of dependencies in ` mix.exs ` :
9
9
10
10
``` elixir
11
11
def deps do
12
- [{:docspring , " ~> 0.1.0 " }]
12
+ [{:docspring , " ~> 0.0.4 " }]
13
13
end
14
14
```
15
15
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
18
18
be found at [ https://hexdocs.pm/docspring ] ( https://hexdocs.pm/docspring ) .
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ defmodule Docspring.Mixfile do
3
3
4
4
def project do
5
5
[ app: :docspring ,
6
- version: "0.0.3 " ,
6
+ version: "0.0.4 " ,
7
7
elixir: "~> 1.4" ,
8
8
build_embedded: Mix . env == :prod ,
9
9
start_permanent: Mix . env == :prod ,
You can’t perform that action at this time.
0 commit comments