Skip to content
This repository was archived by the owner on Mar 10, 2025. It is now read-only.

Commit 25466f0

Browse files
committed
Bump module version number and release 1.1.1
1 parent 16f9a60 commit 25466f0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/good_times.ex

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
defmodule GoodTimes do
2-
@vsn "1.0.0"
2+
@vsn "1.1.1"
33
@doc false
44
def version, do: @vsn
55

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defmodule GoodTimes.Mixfile do
44
def project do
55
[
66
app: :good_times,
7-
version: "1.1.0",
7+
version: "1.1.1",
88
name: "GoodTimes",
99
source_url: "https://github.com/DevL/good_times",
1010
elixir: "~> 1.0",

0 commit comments

Comments
 (0)