Skip to content

Commit

Permalink
Version 2.1 for App Store
Browse files Browse the repository at this point in the history
  • Loading branch information
RoelandSalij committed Jun 1, 2015
1 parent 9a0a58b commit 2eab3bf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 16 deletions.
15 changes: 0 additions & 15 deletions src/MicroflowTimer/widget/MicroflowTimer.js
Original file line number Diff line number Diff line change
@@ -1,21 +1,6 @@
/*jslint white:true, nomen: true, plusplus: true */
/*global mx, define, require, browser, devel, console */
/*mendix */
/*
MicroflowTimer
========================
@file : MicroflowTimer.js
@version : 2.0
@author : Pauline Oudeman
@date : Mon, 23 Feb 2015 12:26:02 GMT
@copyright : Mendix Technology BV
@license : Apache License, Version 2.0, January 2004
Documentation
========================
Describe your widget here.
*/

// Required module list. Remove unnecessary modules, you can always get them back from the boilerplate.
require([
Expand Down
2 changes: 1 addition & 1 deletion src/package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
<package xmlns="http://www.mendix.com/package/1.0/">
<clientModule name="MicroflowTimer" version="2.0" xmlns="http://www.mendix.com/clientModule/1.0/">
<clientModule name="MicroflowTimer" version="2.1" xmlns="http://www.mendix.com/clientModule/1.0/">
<widgetFiles>
<widgetFile path="MicroflowTimer/MicroflowTimer.xml"/>
</widgetFiles>
Expand Down

0 comments on commit 2eab3bf

Please sign in to comment.