Skip to content

Commit

Permalink
Merge branch 'hotfix/V_1.1.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
bwl21 committed Apr 5, 2016
2 parents 7d537b4 + c0fe6a1 commit 4de203a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 30_sources/SRC_Zupfnoter/src/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -29990,7 +29990,7 @@ Opal.modules["version"] = function(Opal) {
var self = Opal.top, $scope = Opal, nil = Opal.nil, $breaker = Opal.breaker, $slice = Opal.slice;

Opal.add_stubs(['$year', '$now']);
Opal.cdecl($scope, 'VERSION', "1.1.0 dev");
Opal.cdecl($scope, 'VERSION', "1.1.1");
Opal.cdecl($scope, 'SCHEMA_VERSION', "https://zupfnoter.weichel21.de/schema/zupfnoter-config_1.0.json");
return Opal.cdecl($scope, 'COPYRIGHT', "©" + ($scope.get('Time').$now().$year()) + " http://www.bernhard-weichel.de/zupfnoterpage");
};
Expand Down
2 changes: 1 addition & 1 deletion 30_sources/SRC_Zupfnoter/src/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
VERSION = "1.1.0 dev"
VERSION = "1.1.1"
SCHEMA_VERSION = 'https://zupfnoter.weichel21.de/schema/zupfnoter-config_1.0.json'
COPYRIGHT = #{Time.now.year} http://www.bernhard-weichel.de/zupfnoterpage"

0 comments on commit 4de203a

Please sign in to comment.