Skip to content

Commit dfc5ffe

Browse files
committed
git ignore gem builds and bump version
1 parent 5c39e3d commit dfc5ffe

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.gitignore

+4
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,7 @@
66
/pkg/
77
/spec/reports/
88
/tmp/
9+
10+
# Releases
11+
clsx-*.gem
12+
.ruby-version

lib/clsx/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module CLSX
4-
VERSION = "0.1.0"
4+
VERSION = "0.1.1"
55
end

0 commit comments

Comments
 (0)