Skip to content

Commit

Permalink
Release v1.0.0 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
eugeneius committed Jul 21, 2015
1 parent 429096b commit 078de8b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## 1.0.0

Initial release.
1 change: 1 addition & 0 deletions kenobi.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
require 'sinatra'
require 'json'
require_relative 'kenobi/version'
require_relative 'kenobi/notifier'

notifier = Kenobi::Notifier.setup(ENV)
Expand Down
3 changes: 3 additions & 0 deletions kenobi/version.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module Kenobi
VERSION = '1.0.0'
end

0 comments on commit 078de8b

Please sign in to comment.