update Readme and Version

This commit is contained in:
VetheonGames 2023-08-24 06:45:25 -06:00
parent 9020ea356c
commit 5a0d5f19f5
3 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View File

@ -10,3 +10,4 @@
# rspec failure tracking # rspec failure tracking
.rspec_status .rspec_status
Miniparser-1.0.0.gem Miniparser-1.0.0.gem
Miniparser-1.0.1.gem

View File

@ -24,7 +24,7 @@ $ gem install Miniparser
## Usage ## 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 ### Processing a File

View File

@ -1,5 +1,5 @@
# frozen_string_literal: true # frozen_string_literal: true
module Miniparser module Miniparser
VERSION = "1.0.0" VERSION = "1.0.1"
end end