diff --git a/README.md b/README.md index 3d6cc6d..becd3fa 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,10 @@ Some videos are just me talking about my process, others are screen captures of # Versions +## v7.1 / 2017-09-06 +* Rules are built to PDF using Prawn and Markdown +* Cards are built to a PNP PDF - no more need for sleeves if you can print front-and-back! + ## v7.0 / 2017-09-01 * Balance changes! We're starting to zero in on a stable game here. diff --git a/lib/version.rb b/lib/version.rb index c745b47..040d1ee 100644 --- a/lib/version.rb +++ b/lib/version.rb @@ -1,3 +1,3 @@ module BoltRats - VERSION = 'v7.0' + VERSION = 'v7.1' end