Skip to content

Commit

Permalink
updated date, we are launching a day early with this branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Fielding committed Aug 6, 2013
1 parent da50f58 commit e17b912
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ browsers we will update this list

##Release Log

###1.0.2 - August 7, 2013
###1.0.2 - August 6, 2013
* AMD Support
* Replaced Debounce with timeout
* New Site
Expand Down
12 changes: 11 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ <h2>Browser Support</h2>
</ul>

<h2>Release Log</h2>
<h3>1.0.2 - August 7, 2013</h3>
<h3>1.0.2 - August 6, 2013</h3>
<ul>
<li>AMD Support</li>
<li>Performance tweaks</li>
Expand Down Expand Up @@ -178,5 +178,15 @@ <h3>Contributors</h3>

<script src="js/ssm.js"></script>
<script src="js/script.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');

ga('create', 'UA-42981349-1', 'simplestatemanager.com');
ga('send', 'pageview');

</script>
</body>
</html>

0 comments on commit e17b912

Please sign in to comment.