Skip to content

Commit

Permalink
1.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
06Games committed Mar 21, 2024
1 parent 7e2f5cb commit 731f2c9
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 30 deletions.
2 changes: 1 addition & 1 deletion ArgonLightTheme.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public function description(): string { return 'A light theme for Webtrees based

public function customModuleAuthorName(): string { return 'EvanG'; }

public function customModuleVersion(): string { return '1.1.4'; }
public function customModuleVersion(): string { return '1.1.5'; }

public function customModuleLatestVersionUrl(): string { return 'https://github.com/06Games/Webtrees-ArgonLight/raw/main/version.txt'; }

Expand Down
56 changes: 28 additions & 28 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
{
"name": "argon-light",
"description": "A light theme for Webtrees based on Argon Design System",
"author": "Evan Galli",
"homepage": "https://github.com/06Games/Webtrees-ArgonLight",
"repository": "github:06Games/Webtrees-ArgonLight",
"version": "1.1.0",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.14.0",
"@babel/preset-env": "^7.14.1",
"autoprefixer": "^9.8.6",
"cssnano": "^4.1.11",
"del": "^5.1.0",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0-beta.2",
"gulp-postcss": "^9.0.0",
"gulp-rename": "^2.0.0",
"gulp-sass": "^5",
"gulp-uglify": "^3.0.2",
"postcss-prettify": "^0.3.4",
"postcss-import": "^14.1.0",
"postcss-url": "^8.0.0"
},
"dependencies": {
"sass": "^1.54.5"
}
}
{
"name": "argon-light",
"description": "A light theme for Webtrees based on Argon Design System",
"author": "Evan Galli",
"homepage": "https://github.com/06Games/Webtrees-ArgonLight",
"repository": "github:06Games/Webtrees-ArgonLight",
"version": "1.1.5",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.14.0",
"@babel/preset-env": "^7.14.1",
"autoprefixer": "^9.8.6",
"cssnano": "^4.1.11",
"del": "^5.1.0",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0-beta.2",
"gulp-postcss": "^9.0.0",
"gulp-rename": "^2.0.0",
"gulp-sass": "^5",
"gulp-uglify": "^3.0.2",
"postcss-prettify": "^0.3.4",
"postcss-import": "^14.1.0",
"postcss-url": "^8.0.0"
},
"dependencies": {
"sass": "^1.54.5"
}
}
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.4
1.1.5

0 comments on commit 731f2c9

Please sign in to comment.