lib/web_push/version.rb in web-push-3.0.0 vs lib/web_push/version.rb in web-push-3.0.1

- old
+ new

@@ -1,5 +1,5 @@ # frozen_string_literal: true module WebPush - VERSION = '3.0.0'.freeze + VERSION = '3.0.1'.freeze end