Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a37a7df

Browse files
committedJan 29, 2016
Readying for release
1 parent f23fe86 commit a37a7df

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# v2.2.0-dev
1+
# v2.2.0
22
* Enhancements:
33
* Added structs for JSX AST
44

‎mix.exs

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

44
def project do
55
[app: :estree,
6-
version: "2.2.0-dev",
6+
version: "2.2.0",
77
elixir: "~> 1.0",
88
deps: deps,
99
description: description,

0 commit comments

Comments
 (0)
Please sign in to comment.