Skip to content
This repository has been archived by the owner on Jul 24, 2020. It is now read-only.

Commit

Permalink
Bump to version 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
BastienDuplessier committed Aug 4, 2018
1 parent e99c47f commit 2be2deb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions RME.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
#==============================================================================
# ** RME v1.4.0
# ** RME v1.4.1
#------------------------------------------------------------------------------
# With :
# xvw
Expand Down Expand Up @@ -72,7 +72,7 @@ class << self
# * Version
# * With RMEPackage, it's seems useless ?
#--------------------------------------------------------------------------
def version; define_version(1,4,0); end
def version; define_version(1,4,1); end
#--------------------------------------------------------------------------
# * define Version
#--------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion src/SDK.rb
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ class << self
# * Version
# * With RMEPackage, it's seems useless ?
#--------------------------------------------------------------------------
def version; define_version(1,4,0); end
def version; define_version(1,4,1); end
#--------------------------------------------------------------------------
# * define Version
#--------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion src/package.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Package description
Package.new(
name: 'RME',
version: vsn(1, 4, 0),
version: vsn(1, 4, 1),
authors: {
'xvw' => 'xaviervdw@gmail.com',
'Grim' => 'grimfw@gmail.com',
Expand Down

0 comments on commit 2be2deb

Please sign in to comment.