From 5a0d5f19f53644fc1676b7370a953ed002b759c6 Mon Sep 17 00:00:00 2001 From: VetheonGames Date: Thu, 24 Aug 2023 06:45:25 -0600 Subject: [PATCH] update Readme and Version --- .gitignore | 1 + README.md | 2 +- lib/Miniparser/version.rb | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 473f85e..3a6f747 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ # rspec failure tracking .rspec_status Miniparser-1.0.0.gem +Miniparser-1.0.1.gem diff --git a/README.md b/README.md index 7875c56..be3e4d4 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ $ gem install Miniparser ## Usage -Miniparse provides two main methods to process either a file or a string containing HTML, JavaScript, or CSS code. +Miniparser provides two main methods to process either a file or a string containing HTML, JavaScript, or CSS code. ### Processing a File diff --git a/lib/Miniparser/version.rb b/lib/Miniparser/version.rb index d2314f3..91b8ce3 100644 --- a/lib/Miniparser/version.rb +++ b/lib/Miniparser/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Miniparser - VERSION = "1.0.0" + VERSION = "1.0.1" end