Bump phlexite to 0.1.3

This commit is contained in:
Aleks Rūtiņš 2024-09-09 06:43:30 -04:00
parent a284657783
commit 1defa59af9
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
PATH PATH
remote: . remote: .
specs: specs:
phlexite (0.1.2) phlexite (0.1.3)
GEM GEM
remote: https://rubygems.org/ remote: https://rubygems.org/

View file

@ -1,5 +1,5 @@
# frozen_string_literal: true # frozen_string_literal: true
module Phlexite module Phlexite
VERSION = "0.1.2" VERSION = "0.1.3"
end end