diff --git a/io_scene_gltf2/__init__.py b/io_scene_gltf2/__init__.py
index 816fc23db1dacc2cd47f340a7e289857f045f88b..dc80a1e1bf25ac147761c5a88ffee33eaf4ac2bd 100755
--- a/io_scene_gltf2/__init__.py
+++ b/io_scene_gltf2/__init__.py
@@ -4,7 +4,7 @@
 bl_info = {
     'name': 'glTF 2.0 format',
     'author': 'Julien Duroure, Scurest, Norbert Nopper, Urs Hanselmann, Moritz Becher, Benjamin SchmithĂĽsen, Jim Eckerlein, and many external contributors',
-    "version": (3, 2, 25),
+    "version": (3, 2, 26),
     'blender': (3, 1, 0),
     'location': 'File > Import-Export',
     'description': 'Import-Export as glTF 2.0',
@@ -378,7 +378,7 @@ class ExportGLTF2_Base:
             "Reduce exported file-size by removing duplicate keyframes"
             "(can cause problems with stepped animation)"
         ),
-        default=True
+        default=False
     )
 
     export_current_frame: BoolProperty(