diff options
author | Sem <sembrestels@riseup.net> | 2012-01-12 17:06:54 +0100 |
---|---|---|
committer | Sem <sembrestels@riseup.net> | 2012-01-12 17:06:54 +0100 |
commit | a6e65482578c6ebe12caa7d1cc11839aa59e2a97 (patch) | |
tree | 9a8020a0a5b5a497dc2de9f2c781405709254821 | |
parent | 479e5b1bb819967665bb1933d268e16c16c69b70 (diff) | |
download | elgg-a6e65482578c6ebe12caa7d1cc11839aa59e2a97.tar.gz elgg-a6e65482578c6ebe12caa7d1cc11839aa59e2a97.tar.bz2 |
Version 0.3. Affero GPL license.
-rw-r--r-- | manifest.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/manifest.xml b/manifest.xml index 2e0b61c1b..fb60dcd57 100644 --- a/manifest.xml +++ b/manifest.xml @@ -2,13 +2,13 @@ <plugin_manifest xmlns="http://www.elgg.org/plugin_manifest/1.8"> <name>Identica Widget</name> <author>Simon Leblanc, Lorea Developers</author> - <version>0.3-dev</version> + <version>0.3</version> <category>social</category> <category>widget</category> <description>Elgg simple identi.ca widget (based of the Curverider Ltd's work)</description> <website>https://www.lorea.org/</website> <copyright>(C) Simon Leblanc 2009, Lorea 2012</copyright> - <license>GNU General Public License version 2</license> + <license>GNU Affero General Public License, version 3 or later</license> <requires> <type>elgg_release</type> <version>1.8</version> |