diff --git a/src/Fable.AST/Fable.AST.fsproj b/src/Fable.AST/Fable.AST.fsproj
index 8c05374f04..69455c7010 100644
--- a/src/Fable.AST/Fable.AST.fsproj
+++ b/src/Fable.AST/Fable.AST.fsproj
@@ -5,8 +5,8 @@
Fable AST
netstandard2.0
true
- 4.2.0
- 4.2.0
+ 4.2.1
+ 4.2.1
diff --git a/src/Fable.AST/RELEASE_NOTES.md b/src/Fable.AST/RELEASE_NOTES.md
index 4c02457c3e..2d1eedadf4 100644
--- a/src/Fable.AST/RELEASE_NOTES.md
+++ b/src/Fable.AST/RELEASE_NOTES.md
@@ -1,3 +1,7 @@
+### 4.2.1
+
+* Get sources from PluginHelper
+
### 4.2.0
* Add Entity.DeclaringEntity
diff --git a/src/Fable.Cli/Fable.Cli.fsproj b/src/Fable.Cli/Fable.Cli.fsproj
index 88e912ae14..a260ea84fb 100644
--- a/src/Fable.Cli/Fable.Cli.fsproj
+++ b/src/Fable.Cli/Fable.Cli.fsproj
@@ -5,12 +5,12 @@
Exe
net6.0
4.0.0
- 4.0.0-theta-012
- * Python, option fixes
-* Python, fixes for reference equals with literals
-* Python, reduce the number of generated arrow functions
-* Rust, Added bigint support
-* Use Buildalyzer for parsing .fsproj
+ 4.0.0-theta-014
+ * Try to fix #3244 (cannot parse .fsproj)
+* Rust, added small string type
+* Python, fix byte array tying issue
+* JS, don't mangle idents from imports in emitted code
+* JS, optimize some array transforms
Major
false
diff --git a/src/Fable.Cli/RELEASE_NOTES.md b/src/Fable.Cli/RELEASE_NOTES.md
index b117bae906..2e80f7d16e 100644
--- a/src/Fable.Cli/RELEASE_NOTES.md
+++ b/src/Fable.Cli/RELEASE_NOTES.md
@@ -1,3 +1,11 @@
+### 4.0.0-theta-014
+
+* Try to fix #3244 (cannot parse .fsproj)
+* Rust, added small string type
+* Python, fix byte array tying issue
+* JS, don't mangle idents from imports in emitted code
+* JS, optimize some array transforms
+
### 4.0.0-theta-012
* Python, option fixes
diff --git a/src/Fable.Transforms/Global/Compiler.fs b/src/Fable.Transforms/Global/Compiler.fs
index 46e40c4ae1..a8c6e8e4cc 100644
--- a/src/Fable.Transforms/Global/Compiler.fs
+++ b/src/Fable.Transforms/Global/Compiler.fs
@@ -1,7 +1,7 @@
namespace Fable
module Literals =
- let [] VERSION = "4.0.0-theta-011"
+ let [] VERSION = "4.0.0-theta-014"
type CompilerOptionsHelper =
static member Make(?language,