Release 0.12.1
diff --git a/lib/haxe/README.md b/lib/haxe/README.md
index 02e6919..29f88a8 100644
--- a/lib/haxe/README.md
+++ b/lib/haxe/README.md
@@ -71,8 +71,8 @@
- To set up any **stable version**, choose the appropriate branch (e.g. `0.10.0`):
- - `haxelib git thrift https://git.apache.org/thrift.git 0.12.0 lib/haxe`
- - `haxelib git thrift https://github.com/apache/thrift.git 0.12.0 lib/haxe`
+ - `haxelib git thrift https://git.apache.org/thrift.git 0.12.1 lib/haxe`
+ - `haxelib git thrift https://github.com/apache/thrift.git 0.12.1 lib/haxe`
- To set up the current **development version**, use the `master` branch:
diff --git a/lib/haxe/haxelib.json b/lib/haxe/haxelib.json
index 8d1bb11..df107f9 100644
--- a/lib/haxe/haxelib.json
+++ b/lib/haxe/haxelib.json
@@ -4,7 +4,7 @@
"license": "Apache",
"tags": ["thrift", "rpc", "serialization", "cross", "framework"],
"description": "Haxe bindings for the Apache Thrift RPC and serialization framework",
- "version": "0.12.0",
+ "version": "0.12.1",
"releasenote": "Licensed under Apache License, Version 2.0. The Apache Thrift compiler needs to be installed separately.",
"contributors": ["Apache Software Foundation (ASF)"],
"dependencies": { },