Fixed the version

This commit is contained in:
Saf 2020-09-07 13:59:20 -07:00
parent 18ee1e5d3a
commit c335c24762
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
# frozen_string_literal: true
module N65
VERSION ||= '1.5.3'
VERSION ||= '0.5.3'
end

View File

@ -10,9 +10,9 @@ Gem::Specification.new do |spec|
spec.authors = ['Safiire']
spec.email = ['safiire@irkenkitties.com']
spec.summary = 'An NES assembler for the 6502 microprocessor'
spec.description = 'An NES assembler for the 6502 microprocessor'
spec.description = 'An NES assembler for the 6502 microprocessor in pure Ruby'
spec.homepage = 'http://github.com/safiire/n65'
spec.license = 'GPL2'
spec.license = 'GPL-2.0-or-later'
spec.files = `git ls-files -z`.split("\x0")
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }