diff --git a/dist/html2ods.js b/dist/html2ods.js
index f80bcfd..c4d7df5 100644
--- a/dist/html2ods.js
+++ b/dist/html2ods.js
@@ -1,4 +1,4 @@
-/* version: v1.0 */
+/* version: v1.0.1 */
 
 
 var Html2Ods = function (output, table, options) {
@@ -1556,7 +1556,7 @@ OpenDocument.StyleManager.DEFAULT_STYLES = [
         name: "Italic",
         parent: "Standard",
         properties: {
-            "font-weight": "italic"
+            "font-style": "italic"
         }
     },
     {