Skip to content

Commit

Permalink
v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
attogram committed Jul 5, 2016
1 parent ec8979c commit 4da53eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions includes/ote.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php // The Open Translation Engine (OTE) - ote class v0.5.0
<?php // The Open Translation Engine (OTE) - ote class v0.5.1

namespace Attogram;

Expand All @@ -8,7 +8,7 @@
class ote
{

const OTE_VERSION = '1.1.1-dev';
const OTE_VERSION = '1.1.1';

public $attogram; // (object) The Attogram Framework object
public $languages; // (array) List of languages
Expand Down

0 comments on commit 4da53eb

Please sign in to comment.