Skip to content

Commit 5a10b98

Browse files
committed
Bump version to 1.3.0
1 parent 12834c0 commit 5a10b98

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

Diff for: lib/arclight/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Arclight
4-
VERSION = '1.2.0'
4+
VERSION = '1.3.0'
55
end

Diff for: package.json

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
{
22
"name": "arclight",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"description": "The frontend for arclight",
55
"main": "app/assets/javascript/arclight/arclight.js",
6-
"files": [
7-
"app/assets"
8-
],
6+
"files": ["app/assets"],
97
"devDependencies": {
108
"eslint": "^8.26.0",
119
"eslint-config-airbnb-base": "^15.0.0",

0 commit comments

Comments
 (0)