Skip to content

Commit

Permalink
bumps to version 1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pstaender committed Sep 9, 2023
1 parent a537be9 commit cdc1695
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/punchcard.rb
Expand Up @@ -13,7 +13,7 @@ class PunchCard
HOURLY_RATE_PATTERN = /^\s*(\d+)([^\d]+)*\s*/i.freeze
TIME_POINT_PATTERN = /^((\d+|.+?\s[\+\-]\d{4}?\s*)(\-)*(\d+|\s.+\d?)*)$/.freeze
META_KEY_PATTERN = /^([a-zA-Z0-9]+)\:\s*(.*)$/.freeze
VERSION = '1.3.2'
VERSION = '1.3.3'

attr_accessor :title

Expand Down

0 comments on commit cdc1695

Please sign in to comment.