diff --git a/LICENSE b/LICENSE
index cf3a76d6..a1afee43 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,6 +1,6 @@
MIT License
-Copyright (c) 2024 PHPFlasher
+Copyright (c) 2024-present PHPFlasher
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
diff --git a/README.md b/README.md
index c3cf940a..912b8820 100644
--- a/README.md
+++ b/README.md
@@ -22,7 +22,7 @@
-
+
diff --git a/bin/bump b/bin/bump index 25b0019a..fd155fe9 100755 --- a/bin/bump +++ b/bin/bump @@ -177,6 +177,11 @@ update_version() { update_package_file "package.json" "$current_version" "$new_version" fi + # Update docs package.json + if [ -f "docs/package.json" ]; then + update_package_file "docs/package.json" "$current_version" "$new_version" + fi + echo -e "\n ${SUCCESS} Version bump complete!\n" } diff --git a/docs/package.json b/docs/package.json index 2f062afa..cd1be6f3 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,6 +1,6 @@ { "name": "@flasher/docs", - "version": "2.1.0", + "version": "2.5.1", "license": "MIT", "scripts": { "build": "cross-env NODE_ENV=production encore production --progress", diff --git a/docs/pages/javascript.md b/docs/pages/javascript.md index 0605f97f..13a998b1 100644 --- a/docs/pages/javascript.md +++ b/docs/pages/javascript.md @@ -26,7 +26,7 @@ To pull in the PHP + ``` --- @@ -55,7 +55,7 @@ flasher.info("Welcome back"); or if you are using a cdn like this: ```html - + - + +