Skip to content

Commit

Permalink
Bump version to 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
neilberkman committed Feb 26, 2024
1 parent f32d06f commit 4829bb4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## v1.1.3 (unreleased)
## v1.1.3

### Enhancements

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The package can be installed by adding `docusign` to your list of dependencies i
```elixir
def deps do
[
{:docusign, "~> 1.1.2"}
{:docusign, "~> 1.1.3"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule DocuSign.MixProject do
@moduledoc false
use Mix.Project

@version "1.1.2"
@version "1.1.3"
@url "https://github.com/neilberkman/docusign_elixir"
@maintainers [
"Neil Berkman"
Expand Down

0 comments on commit 4829bb4

Please sign in to comment.