Skip to content

Commit

Permalink
Iterating version number: 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
datamacgyver committed Aug 26, 2018
1 parent 61888f8 commit ab4d0ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dapper.ecl
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
EXPORT License := 'https://www.gnu.org/licenses/gpl-3.0.en.html';
EXPORT Copyright := 'Copyright (C) 2018 Proagrica';
EXPORT DependsOn := [];
EXPORT Version := '0.1.0';
EXPORT Version := '0.1.1';
EXPORT PlatformVersion := '6.0.0';
END;

EXPORT transformtools := $.transformtools;
EXPORT stringtools := $.stringtools;
EXPORT stringtools := $.stringtools;
END;

0 comments on commit ab4d0ca

Please sign in to comment.