File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
55and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
66
7- ## [ unreleased ]
7+ ## [ 0.31.0 ] - 2017-09-24
88### Added
99- [ Compiler will now accept a path to Elixir Files to compile] ( https://github.com/elixirscript/elixirscript/issues/420 )
1010- [ Added ` ElixirScript.JS.map_to_object/2 ` with options [ keys: : string , symbols: false]] ( https://github.com/elixirscript/elixirscript/issues/362 )
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ defmodule ElixirScript.Mixfile do
44 def project do
55 [
66 app: :elixir_script ,
7- version: "0.31.0-dev " ,
7+ version: "0.31.0" ,
88 elixir: "~> 1.5" ,
99 elixirc_paths: elixirc_paths ( Mix . env ) ,
1010 deps: deps ( ) ,
You can’t perform that action at this time.
0 commit comments