Skip to content

Commit

Permalink
Update package data
Browse files Browse the repository at this point in the history
  • Loading branch information
José Benavente committed Mar 21, 2022
1 parent 39a1579 commit a12de58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data.rb
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# frozen_string_literal: true

module RVA
NAME = 'rva'
NAME = 'Re-Volt America'
DESCRIPTION = "Re-Volt America's Official Content Pack"
YEAR = 22
MONTH = 2
DAY = 21
VERSION = "#{YEAR}.#{MONTH < 10 ? "0#{MONTH}" : MONTH}#{DAY < 10 ? "0#{DAY}" : DAY}"
VERSION = "#{YEAR}.#{MONTH < 10 ? "0#{MONTH}" : MONTH}#{DAY}"
end

0 comments on commit a12de58

Please sign in to comment.