Skip to content

Commit 9ddc01b

Browse files
author
Bastian Bartmann
committed
version 1.0.0
1 parent 79a6e3b commit 9ddc01b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ Rake::TestTask.new do |t|
66
end
77

88
desc "Run tests"
9-
task :default => :test
9+
task default: :test
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module PodloveWebPlayerRails
22
# version of the gem
3-
VERSION = "0.3.1"
3+
VERSION = "1.0.0"
44
# version of the podlove web player
55
PODLOVE_WEB_PLAYER_VERSION = "2.0.2"
66
end

0 commit comments

Comments
 (0)