diff --git a/README.md b/README.md
index 6b9fd3a..21ec62c 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@ This plugin mostly fills feature gaps that I did not find in other plugins. I hi
### Select Block
-Select block (overrides ctrl/cmd A by default) selects the block your cursor is currently in, excluding block prefixes like bullets `-`, numbers `1.`, headings `##`, quotes `>`, and checkboxes `- [ ]`.
+Select block (overrides ctrl/cmd A by default) selects the block your cursor is currently in, excluding block prefixes like bullets `-`, numbers `1.`, headings `##`, quotes `>`, and checkboxes `- [ ]`. It can also be configured to select an entire code block if your cursor is in one.
![select](https://github.com/blorbb/obsidian-blockier/assets/88137137/b9d3e3a0-7d76-4f78-92d8-6ae8e204daf1)
diff --git a/manifest.json b/manifest.json
index a358f25..d6c31df 100644
--- a/manifest.json
+++ b/manifest.json
@@ -1,7 +1,7 @@
{
"id": "blockier",
"name": "Blockier",
- "version": "1.0.3",
+ "version": "1.1.0",
"minAppVersion": "0.15.0",
"description": "Extra block editing utilities.",
"author": "blorbb",
diff --git a/package.json b/package.json
index 7efa29d..975dfcf 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "obsidian-sample-plugin",
- "version": "1.0.3",
+ "version": "1.1.0",
"description": "This is a sample plugin for Obsidian (https://obsidian.md)",
"main": "main.js",
"scripts": {
diff --git a/versions.json b/versions.json
index 1da423a..58a2f78 100644
--- a/versions.json
+++ b/versions.json
@@ -2,5 +2,6 @@
"1.0.0": "0.15.0",
"1.0.1": "0.15.0",
"1.0.2": "0.15.0",
- "1.0.3": "0.15.0"
+ "1.0.3": "0.15.0",
+ "1.1.0": "0.15.0"
}
\ No newline at end of file