summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ext/strscan/strscan.c2
-rw-r--r--ext/strscan/strscan.gemspec2
2 files changed, 2 insertions, 2 deletions
diff --git a/ext/strscan/strscan.c b/ext/strscan/strscan.c
index 2294d922b2..7edd1bf0c2 100644
--- a/ext/strscan/strscan.c
+++ b/ext/strscan/strscan.c
@@ -22,7 +22,7 @@ extern size_t onig_region_memsize(const struct re_registers *regs);
#include <stdbool.h>
-#define STRSCAN_VERSION "1.0.3"
+#define STRSCAN_VERSION "1.0.4"
/* =======================================================================
Data Type Definitions
diff --git a/ext/strscan/strscan.gemspec b/ext/strscan/strscan.gemspec
index 1228e80804..61c28a492d 100644
--- a/ext/strscan/strscan.gemspec
+++ b/ext/strscan/strscan.gemspec
@@ -1,7 +1,7 @@
# frozen_string_literal: true
Gem::Specification.new do |s|
s.name = "strscan"
- s.version = '1.0.3'
+ s.version = "1.0.4"
s.summary = "Provides lexical scanning operations on a String."
s.description = "Provides lexical scanning operations on a String."