Skip to content

Commit 9df58f2

Browse files
authored
fix
1 parent 312b065 commit 9df58f2

14 files changed

Lines changed: 14 additions & 14 deletions

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Minisoft Web Tools Collection (v2.2.1)
1+
# Minisoft Web Tools Collection (v2.2)
22

33
A collection of simple yet powerful web-based tools for various text and HTML manipulation tasks. Some of these single-page applications run entirely in the browser with no server-side processing required.
44

bulkd.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- v2.2.1 -->
1+
<!-- v2.2 -->
22
<!DOCTYPE html>
33
<html lang="en">
44
<head>

bulkr.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- v2.2.1 -->
1+
<!-- v2.2 -->
22
<!DOCTYPE html>
33
<html lang="en">
44

contentExtr.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- v2.2.1 -->
1+
<!-- v2.2 -->
22
<!DOCTYPE html>
33
<html lang="en">
44

filesExtr.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- v2.2.1 -->
1+
<!-- v2.2 -->
22
<!DOCTYPE html>
33
<html lang="en">
44

gitComp.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- v2.2.1 -->
1+
<!-- v2.2 -->
22
<!DOCTYPE html>
33
<html lang="en">
44

index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<header class="bg-white border-b border-gray-200">
3434
<div class="container mx-auto px-4 py-6 max-w-4xl">
3535
<h1 class="text-3xl font-bold text-center text-gray-800">Minitools</h1>
36-
<p class="text-gray-600 text-center mt-1">Utilities Collection <span class="opacity-50">v2.2.1</span></p>
36+
<p class="text-gray-600 text-center mt-1">Utilities Collection <span class="opacity-50">v2.2</span></p>
3737
</div>
3838
</header>
3939

magicTable.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- v2.2.1 with Exact Match Filter -->
1+
<!-- v2.2 with Exact Match Filter -->
22
<!DOCTYPE html>
33
<html lang="en">
44

minify.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- v2.2.1 -->
1+
<!-- v2.2 -->
22
<?php
33
// Process form submission
44
$minified = '';

qrGen.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- v2.2.1 -->
1+
<!-- v2.2 -->
22
<!DOCTYPE html>
33
<html lang="en">
44

0 commit comments

Comments
 (0)