We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c771198 commit d11e015Copy full SHA for d11e015
.ebert.yml
@@ -7,6 +7,6 @@ engines:
7
remark-lint:
8
enabled: true
9
exclude_paths:
10
-- config
11
-- test
12
-- lib
+ - config
+ - test
+ - lib
LICENSE
@@ -1,6 +1,6 @@
1
MIT License
2
3
-Copyright (c) 2017 Po Chen
+Copyright (c) 2018 Po Chen
4
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
of this software and associated documentation files (the "Software"), to deal
mix.exs
@@ -3,7 +3,7 @@ defmodule Qex.Mixfile do
def project do
[app: :qex,
- version: "0.3.4",
+ version: "0.4.0",
elixir: "~> 1.4",
build_embedded: Mix.env == :prod,
start_permanent: Mix.env == :prod,
0 commit comments