Skip to content

Commit

Permalink
[UPDATE] Update local backup JSON file (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
kwuci authored Dec 23, 2019
1 parent 73872ab commit ed3e122
Show file tree
Hide file tree
Showing 4 changed files with 250 additions and 24 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ cache:
- $HOME/bin
- $HOME/.bundle
install:
- gem install bundler
- gem install bundler:1.16.0
- export BUNDLE_PATH=$HOME/.bundle
- bundle install
install:
- gem install bundler
- gem install bundler:1.16.0
- bundle --version
- bundle install
script:
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

See this http://keepachangelog.com link for information on how we want this documented formatted.

## v1.0.6

#### Changed

* Updated backup JSON w/latest data

## v1.0.5

#### Changed
Expand Down
Loading

0 comments on commit ed3e122

Please sign in to comment.