Skip to content

Commit c6e96d6

Browse files
committed
Bumping version number in main app and all plugins
1 parent c83902c commit c6e96d6

File tree

11 files changed

+20
-19
lines changed

11 files changed

+20
-19
lines changed

Gemfile.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: plugins/ShinyBlog
33
specs:
4-
shiny_blog (20.10)
4+
shiny_blog (20.11)
55
acts-as-taggable-on
66
acts_as_paranoid
77
ckeditor
@@ -13,7 +13,7 @@ PATH
1313
PATH
1414
remote: plugins/ShinyForms
1515
specs:
16-
shiny_forms (20.10)
16+
shiny_forms (20.11)
1717
acts_as_paranoid
1818
kaminari
1919
pg (>= 0.18, < 2.0)
@@ -23,7 +23,7 @@ PATH
2323
PATH
2424
remote: plugins/ShinyInserts
2525
specs:
26-
shiny_inserts (20.10)
26+
shiny_inserts (20.11)
2727
acts_as_paranoid
2828
ckeditor
2929
kaminari
@@ -34,7 +34,7 @@ PATH
3434
PATH
3535
remote: plugins/ShinyLists
3636
specs:
37-
shiny_lists (20.10)
37+
shiny_lists (20.11)
3838
acts_as_paranoid
3939
kaminari
4040
pg (>= 0.18, < 2.0)
@@ -44,7 +44,7 @@ PATH
4444
PATH
4545
remote: plugins/ShinyNews
4646
specs:
47-
shiny_news (20.10)
47+
shiny_news (20.11)
4848
acts-as-taggable-on
4949
acts_as_paranoid
5050
ckeditor
@@ -56,14 +56,14 @@ PATH
5656
PATH
5757
remote: plugins/ShinyNewsletters
5858
specs:
59-
shiny_newsletters (20.10)
59+
shiny_newsletters (20.11)
6060
pg (>= 0.18, < 2.0)
6161
rails (~> 6.0.3, >= 6.0.3.4)
6262

6363
PATH
6464
remote: plugins/ShinyPages
6565
specs:
66-
shiny_pages (20.10)
66+
shiny_pages (20.11)
6767
acts_as_paranoid
6868
ckeditor
6969
kaminari
@@ -74,14 +74,14 @@ PATH
7474
PATH
7575
remote: plugins/ShinyProfiles
7676
specs:
77-
shiny_profiles (20.10)
77+
shiny_profiles (20.11)
7878
pg (>= 0.18, < 2.0)
7979
rails (~> 6.0.3, >= 6.0.3.4)
8080

8181
PATH
8282
remote: plugins/ShinySearch
8383
specs:
84-
shiny_search (20.10)
84+
shiny_search (20.11)
8585
algoliasearch-rails
8686
pg (>= 0.18, < 2.0)
8787
pg_search

config/initializers/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
# ShinyCMS is free software; you can redistribute it and/or modify it under the terms of the GPL (version 2 or later)
88

99
# ShinyCMS version number ('Ubuntu style', YY.MM)
10-
VERSION = '20.10'
10+
VERSION = '20.11'

plugins/ShinyBlog/lib/shiny_blog/version.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
#
77
# ShinyCMS is free software; you can redistribute it and/or modify it under the terms of the GPL (version 2 or later)
88

9+
# Version number ('Ubuntu style', YY.MM) - ShinyBlog plugin for ShinyCMS
910
module ShinyBlog
10-
VERSION = '20.10'
11+
VERSION = '20.11'
1112
public_constant :VERSION
1213
end

plugins/ShinyForms/lib/shiny_forms/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88

99
# Version number ('Ubuntu style', YY.MM) - ShinyForms plugin for ShinyCMS
1010
module ShinyForms
11-
VERSION = '20.10'
11+
VERSION = '20.11'
1212
public_constant :VERSION
1313
end

plugins/ShinyInserts/lib/shiny_inserts/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88

99
# Version number ('Ubuntu style', YY.MM) - ShinyInserts plugin for ShinyCMS
1010
module ShinyInserts
11-
VERSION = '20.10'
11+
VERSION = '20.11'
1212
public_constant :VERSION
1313
end

plugins/ShinyLists/lib/shiny_lists/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88

99
# Version number ('Ubuntu style', YY.MM) - ShinyLists plugin for ShinyCMS
1010
module ShinyLists
11-
VERSION = '20.10'
11+
VERSION = '20.11'
1212
public_constant :VERSION
1313
end

plugins/ShinyNews/lib/shiny_news/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88

99
# Version number ('Ubuntu style', YY.MM) - ShinyNews plugin for ShinyCMS
1010
module ShinyNews
11-
VERSION = '20.10'
11+
VERSION = '20.11'
1212
public_constant :VERSION
1313
end

plugins/ShinyNewsletters/lib/shiny_newsletters/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88

99
# Version number ('Ubuntu style'; year and month)
1010
module ShinyNewsletters
11-
VERSION = '20.10'
11+
VERSION = '20.11'
1212
public_constant :VERSION
1313
end

plugins/ShinyPages/lib/shiny_pages/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88

99
# Version number ('Ubuntu style', YY.MM) - ShinyPages plugin for ShinyCMS
1010
module ShinyPages
11-
VERSION = '20.10'
11+
VERSION = '20.11'
1212
public_constant :VERSION
1313
end

plugins/ShinyProfiles/lib/shiny_profiles/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88

99
# Version number ('Ubuntu style', YY.MM) - ShinyProfiles plugin for ShinyCMS
1010
module ShinyProfiles
11-
VERSION = '20.10'
11+
VERSION = '20.11'
1212
public_constant :VERSION
1313
end

plugins/ShinySearch/lib/shiny_search/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88

99
# Version number ('Ubuntu style', YY.MM) - ShinySearch plugin for ShinyCMS
1010
module ShinySearch
11-
VERSION = '20.10'
11+
VERSION = '20.11'
1212
public_constant :VERSION
1313
end

0 commit comments

Comments
 (0)