Browse Source

Bumped version to 2.10

Carlos Fenollosa 3 years ago
parent
commit
1715ee1d60
2 changed files with 2 additions and 2 deletions
  1. 1 1
      README.md
  2. 1 1
      bb.sh

+ 1 - 1
README.md

@@ -131,7 +131,7 @@ As a guideline, pull requests should:
 
 
 Changelog
 Changelog
 ---------
 ---------
-
+- 2.10     Added `global_twitter_card_image`
 - 2.9      Added `body_begin_file_index`
 - 2.9      Added `body_begin_file_index`
 - 2.8      Bugfixes<br/>
 - 2.8      Bugfixes<br/>
            Slavic language support thanks to Tomasz Jadowski<br/>
            Slavic language support thanks to Tomasz Jadowski<br/>

+ 1 - 1
bb.sh

@@ -17,7 +17,7 @@ global_config=".config"
 # by the 'global_config' file contents
 # by the 'global_config' file contents
 global_variables() {
 global_variables() {
     global_software_name="BashBlog"
     global_software_name="BashBlog"
-    global_software_version="2.9"
+    global_software_version="2.10"
 
 
     # Blog title
     # Blog title
     global_title="My fancy blog"
     global_title="My fancy blog"