diff --git a/package.json b/package.json
index 637a44af5dd77dc39e7c8160cefd928157c1652e..bc8934f5df0fa2a5de3d0703d395bc1e188df4ad 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@itcenteratunihelsinki/huds-lib",
-  "version": "0.0.30",
+  "version": "0.0.33",
   "description": "Helsinki University Design System library",
   "main": "dist/index.js",
   "module": "dist/index.mjs",
diff --git a/src/components/hy-hero/hy-hero.tsx b/src/components/hy-hero/hy-hero.tsx
index 0fceada757758feeccc3b027f65109c09941a901..4d6eb02681757cc1822b8feeee9132211ef62a71 100644
--- a/src/components/hy-hero/hy-hero.tsx
+++ b/src/components/hy-hero/hy-hero.tsx
@@ -65,7 +65,3 @@ export class HyHero {
     );
   }
 }
-
-/*
-<h1 class="hy-hero__title">{this.heading}</h1>
-*/