Skip to content

Commit

Permalink
prepare v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
princemaple committed Aug 2, 2018
1 parent c771198 commit d11e015
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .ebert.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ engines:
remark-lint:
enabled: true
exclude_paths:
- config
- test
- lib
- config
- test
- lib
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2017 Po Chen
Copyright (c) 2018 Po Chen

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit d11e015

Please sign in to comment.