We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79a6e3b commit 9ddc01bCopy full SHA for 9ddc01b
Rakefile
@@ -6,4 +6,4 @@ Rake::TestTask.new do |t|
6
end
7
8
desc "Run tests"
9
-task :default => :test
+task default: :test
lib/podlove-web-player-rails/version.rb
@@ -1,6 +1,6 @@
1
module PodloveWebPlayerRails
2
# version of the gem
3
- VERSION = "0.3.1"
+ VERSION = "1.0.0"
4
# version of the podlove web player
5
PODLOVE_WEB_PLAYER_VERSION = "2.0.2"
0 commit comments