Skip to content

Commit d11e015

Browse files
committed
prepare v0.4.0
1 parent c771198 commit d11e015

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.ebert.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ engines:
77
remark-lint:
88
enabled: true
99
exclude_paths:
10-
- config
11-
- test
12-
- lib
10+
- config
11+
- test
12+
- lib

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2017 Po Chen
3+
Copyright (c) 2018 Po Chen
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ defmodule Qex.Mixfile do
33

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

0 commit comments

Comments
 (0)