Skip to content

Commit ab00209

Browse files
committed
chore: bump version to 0.2.4
1 parent 4380649 commit ab00209

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
phlex-forms (0.2.3)
4+
phlex-forms (0.2.4)
55
activesupport (>= 7.0, < 9)
66
glyphs (>= 0.2.0, < 1)
77
phlex (~> 2.0, >= 2.0.0)
@@ -466,7 +466,7 @@ CHECKSUMS
466466
parallel (2.1.0) sha256=b35258865c2e31134c5ecb708beaaf6772adf9d5efae28e93e99260877b09356
467467
parser (3.3.11.1) sha256=d17ace7aabe3e72c3cc94043714be27cc6f852f104d81aa284c2281aecc65d54
468468
phlex (2.4.1) sha256=e596717fbfe38b5271840266758779ebe75092e02629f0c170287e6290a70b12
469-
phlex-forms (0.2.3)
469+
phlex-forms (0.2.4)
470470
phlex-rails (2.4.0) sha256=2bcddbd488681acb25753bab1887d3ac150e644244ff8ba307f2171a4d0195f5
471471
phlex-reactive (0.11.5) sha256=9c51b4c3e108850a6e96fd021b2917d0d1d0b9683624718a0c5999eff958a384
472472
pp (0.6.4) sha256=dfcb0fce700c41456265922884f9fe195d7fbb0674a3578e6c0f69588e82b570

lib/phlex_forms/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module PhlexForms
4-
VERSION = "0.2.3"
4+
VERSION = "0.2.4"
55
end

0 commit comments

Comments
 (0)