Skip to content

Commit

Permalink
Bump version to v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zqianem committed Oct 20, 2019
1 parent a33adb3 commit 7c3baac
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ official releases, build from source:
```
git clone https://github.com/unosmium/sciolyff.git && cd sciolyff
gem build sciolyff.gemspec
gem install ./sciolyff-0.7.2.gem
gem install ./sciolyff-0.8.0.gem
```

## Usage
Expand Down Expand Up @@ -89,5 +89,5 @@ A fuller example can be found here in the code for the Unosmium Results website,
found
[here](https://github.com/unosmium/unosmium.org/blob/master/source/results/template.html.erb).
There is also of course the
[documentation](https://www.rubydoc.info/gems/sciolyff/0.7.2), a bit sparse
[documentation](https://www.rubydoc.info/gems/sciolyff/0.8.0), a bit sparse
currently.
2 changes: 1 addition & 1 deletion bin/sciolyff
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require 'yaml'
require 'sciolyff'

opts = Optimist.options do
version 'sciolyff 0.7.2'
version 'sciolyff 0.8.0'
banner <<~STRING
Checks if a given file is in the Scioly File Format
Expand Down
2 changes: 1 addition & 1 deletion examples/demo.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# sciolyff 0.7.2 <- (kinda) semantic versioning, may be checked for?
# sciolyff 0.8.0 <- (kinda) semantic versioning, may be checked for?
#
# An incomplete but demonstrative example file for the sciolyff standard.
#
Expand Down
2 changes: 1 addition & 1 deletion sciolyff.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Gem::Specification.new do |s|
s.license = 'MIT'
s.name = 'sciolyff'
s.summary = 'A file format for Science Olympiad tournament results.'
s.version = '0.7.2'
s.version = '0.8.0'
s.executables << 'sciolyff'
s.add_runtime_dependency 'minitest', '~> 5.11'
s.add_runtime_dependency 'optimist', '~> 3.0'
Expand Down

0 comments on commit 7c3baac

Please sign in to comment.