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