+
diff --git a/config/meta.json b/config/meta.json
index df9f7e5..e963137 100644
--- a/config/meta.json
+++ b/config/meta.json
@@ -1,6 +1,6 @@
{
"name": "Archetype",
- "version": "0.5.1-alpha",
+ "version": "1.0-beta",
"url": "http://github.com/imulus/archetype/",
"author": "Imulus",
"authorUrl": "http://imulus.com/",
diff --git a/config/package.manifest b/config/package.manifest
deleted file mode 100644
index 3632228..0000000
--- a/config/package.manifest
+++ /dev/null
@@ -1,36 +0,0 @@
-{
- propertyEditors: [
- {
- alias: "Imulus.Archetype",
- name: "Archetype",
- editor: {
- view: "~/App_Plugins/Archetype/views/archetype.html",
- valueType: "JSON"
- },
- prevalues: {
- fields: [
- {
- label: "Config",
- description: "(Required) Describe your Archetype.",
- key: "archetypeConfig",
- view: "/App_Plugins/Archetype/views/archetype.config.html",
- validation: [
- {
- type: "Required"
- }
- ]
- },
- {
- label: "Hide Label",
- description: "Hide the Umbraco property title and description, making the Archetype span the entire page width",
- key: "hideLabel",
- view: "boolean"
- }
- ]
- }
- }
- ],
- javascript: [
- '~/App_Plugins/Archetype/js/archetype.js'
- ]
-}
\ No newline at end of file