Skip to content

Commit

Permalink
Item13069: first alpha release
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDaum committed Feb 27, 2015
1 parent b51f98d commit 1651f2e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 9 deletions.
3 changes: 2 additions & 1 deletion data/System/AngularSkin.txt
Expand Up @@ -17,11 +17,12 @@
-->

| Author(s): | Michael Daum|
| Copyright: | © 2014 Michael Daum http://michaeldaumconsulting.com |
| Copyright: | © 2014-2015 Michael Daum http://michaeldaumconsulting.com |
| License: | [[http://www.gnu.org/licenses/gpl.html][GPL (Gnu General Public License)]] |
| Release: | %$RELEASE% |
| Version: | %$VERSION% |
| Change History: | <!-- versions below in reverse order -->&nbsp; |
| 27 Feb 2015: | first alpha release |
| Dependencies: | %$DEPENDENCIES% |
| Home page: | Foswiki:Extensions/%TOPIC% |
| Support: | Foswiki:Support/%TOPIC% |
8 changes: 4 additions & 4 deletions lib/Foswiki/Contrib/AngularSkin.pm
@@ -1,6 +1,6 @@
# Extension for Foswiki - The Free and Open Source Wiki, http://foswiki.org/
#
# AngularSkin is Copyright (C) 2014 Michael Daum http://michaeldaumconsulting.com
# AngularSkin is Copyright (C) 2014-2015 Michael Daum http://michaeldaumconsulting.com
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
Expand All @@ -20,9 +20,9 @@ use warnings;

use Foswiki::Func ();

our $VERSION = '0.01';
our $RELEASE = '0.01';
our $SHORTDESCRIPTION = 'dummy description';
our $VERSION = '1.00_0001';
our $RELEASE = '27 Feb 2015';
our $SHORTDESCRIPTION = 'Angular Skin for Foswiki';
our $NO_PREFS_IN_TOPIC = 1;

1;
5 changes: 1 addition & 4 deletions lib/Foswiki/Contrib/AngularSkin/MANIFEST
@@ -1,5 +1,5 @@
data/System/AngularSkin.txt 0644
lib/Foswiki/Contrib/AngularSkin/Config.spec 0644
lib/Foswiki/Contrib/AngularSkin/DEPENDENCIES 0644
lib/Foswiki/Contrib/AngularSkin.pm 0644
pub/System/AngularSkin/animate.uncompressed.css 0644
pub/System/AngularSkin/app.js 0644
Expand All @@ -25,7 +25,4 @@ pub/System/AngularSkin/services.uncompressed.js 0644
pub/System/AngularSkin/settings.js 0644
pub/System/AngularSkin/settings.js.gz 0644
pub/System/AngularSkin/settings.uncompressed.js 0644
templates/angular.pattern.tmpl 0644
templates/angular.tmpl 0644
templates/foswiki.angular.pattern.tmpl 0644
templates/foswiki.angular.tmpl 0644

0 comments on commit 1651f2e

Please sign in to comment.