Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
htrgouvea committed Oct 25, 2024
1 parent ba9d3e7 commit be1fa74
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<img src="https://img.shields.io/badge/license-MIT-blue.svg">
</a>
<a href="https://github.com/htrgouvea/spellbook/releases">
<img src="https://img.shields.io/badge/version-0.3.3-blue.svg">
<img src="https://img.shields.io/badge/version-0.3.5-blue.svg">
</a>
<br/>
<img src="https://github.com/htrgouvea/spellbook/actions/workflows/linter.yml/badge.svg">
Expand Down
2 changes: 1 addition & 1 deletion lib/Spellbook/Core/Helper.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ package Spellbook::Core::Helper {

sub new {
print "
\rSpellbook v0.3.4
\rSpellbook v0.3.5
\rCore Commands
\r==============
\r\tCommand Description
Expand Down
2 changes: 1 addition & 1 deletion lib/Spellbook/Core/UserAgent.pm
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ package Spellbook::Core::UserAgent {
verify_hostname => 0,
SSL_verify_mode => 0
},
agent => "Spellbook / v0.3.4"
agent => "Spellbook / v0.3.5"
);

$userAgent -> default_headers -> push_header("Cache-Control" => "no-cache");
Expand Down

0 comments on commit be1fa74

Please sign in to comment.