Skip to content

Commit

Permalink
Merge pull request #1 from Set27/tpf-1-fix-require
Browse files Browse the repository at this point in the history
Feature: Make proper require
  • Loading branch information
Set27 authored Aug 22, 2024
2 parents 7b48dbc + ac3029f commit 2e714f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/tty-prompt-files.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
require_relative 'tty/files'
2 changes: 1 addition & 1 deletion lib/tty/files/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module TTY
module Files
VERSION = "0.1.1"
VERSION = "0.1.2"
end
end

0 comments on commit 2e714f4

Please sign in to comment.