Skip to content

Commit bc5ab8c

Browse files
author
aditya-kapoor
committed
Merge branch 'master' of github.com:vinsol/fullcalendar-rails-engine
2 parents ef73e58 + 0a9005d commit bc5ab8c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

fullcalendar_engine.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Gem::Specification.new do |s|
66
s.name = "fullcalendar_engine"
77
s.version = FullcalendarEngine::VERSION
88
s.license = 'MIT'
9-
s.authors = ["Team Vinsol"]
9+
s.authors = ["Mohit Bansal", "Aditya Kapoor", "Shubham Gupta"]
1010
s.email = ["[email protected]"]
1111
s.homepage = "http://vinsol.com"
1212
s.summary = "Engine Implementation of jQuery Full Calendar"

lib/fullcalendar_engine/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module FullcalendarEngine
2-
VERSION = "0.0.1"
2+
VERSION = "1.0.0"
33
end

0 commit comments

Comments
 (0)