Skip to content

Commit

Permalink
Release v0.3.0 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
utkarsh2102 committed May 28, 2020
1 parent 5d8cb23 commit f264a14
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@
/pkg/
/test/reports/
/tmp/
/vendor/*
/*.gem
Gemfile.lock
2 changes: 1 addition & 1 deletion batalert.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
spec.license = "MIT"
spec.summary = %q{Battery notifications/alerts for your favorite WM! 💯}
spec.homepage = "https://github.com/utkarsh2102/batalert"
spec.files = Dir["config/*", "exe/*", "lib/**/*", "LICENSE"]
spec.files = Dir["config/*", "exe/*", "lib/**/*", "LICENSE", "README.md"]
spec.executables = Dir.glob("exe/*").map{ |f| File.basename(f) }
spec.bindir = "exe"
spec.require_paths = ["lib"]
Expand Down
2 changes: 1 addition & 1 deletion lib/batalert/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Batalert
VERSION = "0.1.0"
VERSION = "0.3.0"
end

0 comments on commit f264a14

Please sign in to comment.