Skip to content

Commit

Permalink
Set api_base default to production.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordan Humphreys committed Dec 15, 2018
1 parent 73c85c8 commit dcb103d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.0
0.3.0
2 changes: 1 addition & 1 deletion lib/helio-ruby.rb
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ module Helio

@app_info = nil

@api_base = "http://api.helio.test/public"
@api_base = "https://my.helio.app/api/public"

@log_level = nil
@logger = nil
Expand Down
2 changes: 1 addition & 1 deletion lib/helio/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Helio
VERSION = "0.2.0"
VERSION = "0.3.0"
end

0 comments on commit dcb103d

Please sign in to comment.