Skip to content

Commit 40171a4

Browse files
v0.19.12
1 parent 1fd5893 commit 40171a4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/assets/plutonium.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/plutonium/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Plutonium
2-
VERSION = "0.19.11"
2+
VERSION = "0.19.12"
33
NEXT_MAJOR_VERSION = VERSION.split(".").tap { |v|
44
v[1] = v[1].to_i + 1
55
v[2] = 0

0 commit comments

Comments
 (0)