diff --git a/Stargate-RPG/Readme.md b/Stargate-RPG/Readme.md
index 2d23988f3d..663648878c 100644
--- a/Stargate-RPG/Readme.md
+++ b/Stargate-RPG/Readme.md
@@ -4,6 +4,9 @@ Offical Roll20 Character sheet for "Stargate RPG" by Wyvern Gaming (Full release
### Changelog
+**v.1.1 (2020-07-27)**
+* checking/unchecking proficency checkbox for skills/saves automatically adds/subtracts the proficiency bonus to the affected skill. Changing the value of the proficiency bonus doesn't update skills/saves yet, need to be increased manually still.
+
**v.1.01 (2020-05-13)**
* update img links to point to Roll20's repo
diff --git a/Stargate-RPG/stargate.css b/Stargate-RPG/stargate.css
index cc382986d3..1c9541607b 100644
--- a/Stargate-RPG/stargate.css
+++ b/Stargate-RPG/stargate.css
@@ -160,6 +160,11 @@ button[type="roll"].sheet-txt-btn:hover{
#SECTIONS
\*-----------------------------------------------------------------*/
+.sheet-version{
+ float: right;
+ margin-top: -20px;
+}
+
/* --------- General Section Styling ------------- */
.sheet-section {
diff --git a/Stargate-RPG/stargate.html b/Stargate-RPG/stargate.html
index 51942c57e1..1a5135b3af 100644
--- a/Stargate-RPG/stargate.html
+++ b/Stargate-RPG/stargate.html
@@ -1,5 +1,8 @@
+
+Sheet Version: 1.1
+