Skip to content

Commit 374b061

Browse files
committed
Update version and CHANGELOG.md
1 parent 5f9a8c1 commit 374b061

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

7-
## [0.28.0-dev]
7+
## [0.28.0] - 2017-06-11
88

99
### Added
1010
- `remove-unused` option that will remove all unused modules from output

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defmodule ElixirScript.Mixfile do
44
def project do
55
[
66
app: :elixir_script,
7-
version: "0.28.0-dev",
7+
version: "0.28.0",
88
elixir: "~> 1.0",
99
elixirc_paths: elixirc_paths(),
1010
escript: escript_config(),

0 commit comments

Comments
 (0)