Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
tycooon committed Oct 14, 2024
1 parent fb6ee43 commit 7354179
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,3 @@ jobs:
bundler-cache: true

- run: bundle exec rake

# - uses: coverallsapp/github-action@v1.1.2
# with:
# github-token: ${{ secrets.GITHUB_TOKEN }}
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
helmsnap (1.0.2)
helmsnap (1.1.0)
colorize

GEM
Expand Down Expand Up @@ -116,4 +116,4 @@ DEPENDENCIES
rubocop-config-umbrellio

BUNDLED WITH
2.4.3
2.5.21
2 changes: 1 addition & 1 deletion lib/helmsnap/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Helmsnap
VERSION = "1.0.2"
VERSION = "1.1.0"
end

0 comments on commit 7354179

Please sign in to comment.