Skip to content

Commit dad15db

Browse files
committed
Release v0.2.0 🚀
1 parent 5d8cb23 commit dad15db

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

Diff for: .gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,6 @@
44
/pkg/
55
/test/reports/
66
/tmp/
7+
/vendor/*
8+
/*.gem
9+
Gemfile.lock

Diff for: batalert.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
1111
spec.license = "MIT"
1212
spec.summary = %q{Battery notifications/alerts for your favorite WM! 💯}
1313
spec.homepage = "https://github.com/utkarsh2102/batalert"
14-
spec.files = Dir["config/*", "exe/*", "lib/**/*", "LICENSE"]
14+
spec.files = Dir["config/*", "exe/*", "lib/**/*", "LICENSE", "README.md"]
1515
spec.executables = Dir.glob("exe/*").map{ |f| File.basename(f) }
1616
spec.bindir = "exe"
1717
spec.require_paths = ["lib"]

Diff for: lib/batalert/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Batalert
2-
VERSION = "0.1.0"
2+
VERSION = "0.2.0"
33
end

0 commit comments

Comments
 (0)