Skip to content

Commit df0a671

Browse files
release gem v0.19.13 and npm 0.3.5
1 parent a7fb7b8 commit df0a671

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.12"
2+
VERSION = "0.19.13"
33
NEXT_MAJOR_VERSION = VERSION.split(".").tap { |v|
44
v[1] = v[1].to_i + 1
55
v[2] = 0

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@radioactive-labs/plutonium",
3-
"version": "0.3.4",
3+
"version": "0.3.5",
44
"description": "Core assets for the Plutonium gem",
55
"type": "module",
66
"main": "src/js/core.js",

0 commit comments

Comments
 (0)