Skip to content

Commit ab14e27

Browse files
committed
v5.1.0
1 parent 9bd97ca commit ab14e27

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build/gist

+1-1
Original file line numberDiff line numberDiff line change
@@ -1318,7 +1318,7 @@ end
13181318
module Gist
13191319
extend self
13201320

1321-
VERSION = '5.0.0'
1321+
VERSION = '5.1.0'
13221322

13231323
# A list of clipboard commands with copy and paste support.
13241324
CLIPBOARD_COMMANDS = {

lib/gist.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
module Gist
1313
extend self
1414

15-
VERSION = '5.0.0'
15+
VERSION = '5.1.0'
1616

1717
# A list of clipboard commands with copy and paste support.
1818
CLIPBOARD_COMMANDS = {

0 commit comments

Comments
 (0)