Skip to content

Commit

Permalink
Bump version to 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ecopony committed Aug 12, 2022
1 parent 87fe668 commit 425be37
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions lib/ruby-pota-csv-to-adif.rb
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@ def convert

def header
<<-ADIF_HEAD
ADIF Export from ruby-pota-csv-to-adif v[0.3]
ADIF Export from ruby-pota-csv-to-adif v[0.0.4]
https://github.com/ecopony/ruby-pota-csv-to-adif
Copyright (C) 2021-2022 Edward Copony
File generated on #{Time.now.getutc.strftime('%d %b, %Y at %H:%M')}
<ADIF_VER:5>3.1.0
<PROGRAMID:21>ruby-pota-csv-to-adif
<PROGRAMVERSION:3>0.3
<PROGRAMVERSION:3>0.0.4
<EOH>
ADIF_HEAD
Expand Down
2 changes: 1 addition & 1 deletion ruby-pota-csv-to-adif.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'ruby-pota-csv-to-adif'
s.version = '0.0.3'
s.version = '0.0.4'
s.executables << 'ruby-pota-csv-to-adif'
s.summary = "Converts a CSV file of a Parks on the Air log to ADIF"
s.description = "Converts a CSV file of a Parks on the Air log to ADIF"
Expand Down
6 changes: 3 additions & 3 deletions sample-files/KJ7LOW@K-2850_20210221.adi
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
ADIF Export from ruby-pota-csv-to-adif v[0.3]
ADIF Export from ruby-pota-csv-to-adif v[0.0.4]
https://github.com/ecopony/ruby-pota-csv-to-adif
Copyright (C) 2021-2022 Edward Copony
File generated on 29 May, 2022 at 10:55
File generated on 12 Aug, 2022 at 21:28
<ADIF_VER:5>3.1.0
<PROGRAMID:21>ruby-pota-csv-to-adif
<PROGRAMVERSION:3>0.3
<PROGRAMVERSION:3>0.0.4
<EOH>

<CALL:6>WA0RIM <QSO_DATE:8>20210221 <TIME_ON:4>2130 <BAND:3>20m <MODE:3>SSB <OPERATOR:6>KJ7LOW <MY_SIG:4>POTA <MY_SIG_INFO:6>K-2850 <STATION_CALLSIGN:6>KJ7LOW <EOR>
Expand Down

0 comments on commit 425be37

Please sign in to comment.