Skip to content

Commit

Permalink
Bump version to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoyne committed Jun 7, 2024
1 parent 12834c0 commit 5a10b98
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lib/arclight/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Arclight
VERSION = '1.2.0'
VERSION = '1.3.0'
end
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
{
"name": "arclight",
"version": "1.2.0",
"version": "1.3.0",
"description": "The frontend for arclight",
"main": "app/assets/javascript/arclight/arclight.js",
"files": [
"app/assets"
],
"files": ["app/assets"],
"devDependencies": {
"eslint": "^8.26.0",
"eslint-config-airbnb-base": "^15.0.0",
Expand Down

0 comments on commit 5a10b98

Please sign in to comment.