Skip to content

Commit

Permalink
bumps version to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jduss4 committed Jul 24, 2018
1 parent 8e95725 commit f6bf8bb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Otherwise, grab a version from the CDRH's github. The `tag:` is optional but re
gem 'orchid', git: 'https://github.com/CDRH/orchid'

# Specify a tag (release), branch, or ref
gem 'orchid', git: 'https://github.com/CDRH/orchid', tag: '0.0.2'
gem 'orchid', git: 'https://github.com/CDRH/orchid', tag: '2.0.0'
```

And then execute:
Expand Down
2 changes: 1 addition & 1 deletion lib/orchid/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Orchid
VERSION = '1.2.0'
VERSION = '2.0.0'

def self.api_bridge_version
'v0.0.3'
Expand Down
4 changes: 2 additions & 2 deletions migration.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Migration

## 1.1.1 to 1.2.0
## 1.1.1 to 2.0.0

This minor version introduces multiple language support.
This major version introduces multiple language support.

__config/public.yml__

Expand Down

0 comments on commit f6bf8bb

Please sign in to comment.