diff --git a/README.md b/README.md index f8334ad..2f9881d 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,13 @@ #### Rspec is used to test the blockchain. + +## Build Version: 0.1.6 +### Last Update: +#### Added Docker Compose Installation Recognition and Refactored some tests +#### Added lib tasks helper to created rake tasks for blockchain + + ## System dependencies 1. Docker 2. Postgresql diff --git a/lib/osbc/osbc.rb b/lib/osbc/osbc.rb index 34184a1..d397067 100644 --- a/lib/osbc/osbc.rb +++ b/lib/osbc/osbc.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true module Osbc - VERSION = "0.1.3" + VERSION = "0.1.6" class Osbc end diff --git a/osbc-0.1.6.gem b/osbc-0.1.6.gem new file mode 100644 index 0000000..0675f77 Binary files /dev/null and b/osbc-0.1.6.gem differ