Skip to content

Commit

Permalink
Set start version
Browse files Browse the repository at this point in the history
  • Loading branch information
isubas committed Jul 6, 2018
1 parent 1651a9b commit 1ea9ea7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
ileti_merkezi (1.0.0)
ileti_merkezi (0.1.0)
ox (~> 2.8, >= 2.8.2)

GEM
Expand Down
2 changes: 1 addition & 1 deletion ileti_merkezi.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Gem::Specification.new do |spec|
api.iletimerkezi.com uzerinden toplu sms gonderme,
raporlama gibi islemleri yapabilmek icin hazırlanmistir.
'
spec.homepage = 'https://github.com/isubas/iletimerkezi/'
spec.homepage = 'https://github.com/isubas/ileti_merkezi'
spec.license = 'MIT'

spec.files = `git ls-files -z`.split("\x0").reject do |f|
Expand Down
2 changes: 1 addition & 1 deletion lib/ileti_merkezi/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module IletiMerkezi
VERSION = '1.0.0'.freeze
VERSION = '0.1.0'.freeze
end

0 comments on commit 1ea9ea7

Please sign in to comment.